summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:48:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:48:19 +0000
commitbfcbafca2f8d98272a8e7af54d0572b71406cf04 (patch)
treecab78d0d1de79ff6c3b6afdd281dd32a119f3d31 /net
parentBROKEN on !i386: Does not compile (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=121943
Diffstat (limited to 'net')
-rw-r--r--net/gabber/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gabber/Makefile b/net/gabber/Makefile
index f1f753a7a5bb..16a1afd6debf 100644
--- a/net/gabber/Makefile
+++ b/net/gabber/Makefile
@@ -34,7 +34,13 @@ CONFIGURE_ARGS= --disable-xmms
MAN1= gabber.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 503000
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-build:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>