aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835 /net-p2p
parent92de6ccebceda884546e94d61280d86bf0d94eec (diff)
downloadports-d894e365fe83a695850869cd43b9ff91d9c2323a.tar.gz
ports-d894e365fe83a695850869cd43b9ff91d9c2323a.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gnewtellium/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/gnewtellium/Makefile b/net-p2p/gnewtellium/Makefile
index dd6cb3dc1917..79defb18f3cb 100644
--- a/net-p2p/gnewtellium/Makefile
+++ b/net-p2p/gnewtellium/Makefile
@@ -19,4 +19,10 @@ USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>