xz doesn't need gcc3 anymore on sparc, so no need to scare people anymore

about it being a pain to build on sparc.
This commit is contained in:
jasper 2011-07-11 12:21:53 +00:00
parent e223a42a0b
commit 062d55772c

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.1095 2011/07/10 17:15:08 jasper Exp $
# $OpenBSD: bsd.port.mk,v 1.1096 2011/07/11 12:21:53 jasper Exp $
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
@ -2312,8 +2312,7 @@ ${_EXTRACT_COOKIE}: ${_WRKDIR_COOKIE} ${_SYSTRACE_COOKIE}
.if ${_USE_XZ:L} != "no"
@echo ""; \
echo "*** WARNING: this port uses xz distfiles."; \
echo "*** It will not build on vax and"; \
echo "*** will be a pain to build on sparc."; \
echo "*** It will not build on vax."; \
echo ""
.endif
.if target(pre-extract)