aboutsummaryrefslogtreecommitdiff
path: root/net/wistumbler2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-13 10:09:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-13 10:09:20 +0000
commite094d812ddd99985bb95c17f94d2ead445bfe1ea (patch)
tree5bc2b603b2750b29821d1ab0eea7d0c9bcd472f0 /net/wistumbler2
parent3b117b81069d597158c8b59cf9c19685a58765ec (diff)
downloadports-e094d812ddd99985bb95c17f94d2ead445bfe1ea.tar.gz
ports-e094d812ddd99985bb95c17f94d2ead445bfe1ea.zip
Notes
Diffstat (limited to 'net/wistumbler2')
-rw-r--r--net/wistumbler2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile
index 862afdc56b9f..0f3c9761c1b4 100644
--- a/net/wistumbler2/Makefile
+++ b/net/wistumbler2/Makefile
@@ -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>