1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

BROKEN on !i386 and 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-13 10:09:20 +00:00
parent 3b117b8106
commit e094d812dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103861

View File

@ -32,10 +32,16 @@ BROKEN= You need to upgrade you system
MAKE_ENV= PREFIX=${LOCALBASE} USE_GTK=0
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" || ${OSVERSION} < 500000
BROKEN= "Does not compile on !i386 or 4.x"
.endif
pre-everything::
@${ECHO} "You may specify the following on the command line:"
@${ECHO} ""
@${ECHO} " NO_X=yes Disable The X(GTK2) Support."
@${ECHO} ""
.include <bsd.port.mk>
.include <bsd.port.post.mk>