aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnewtellium
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnewtellium')
-rw-r--r--net/gnewtellium/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gnewtellium/Makefile b/net/gnewtellium/Makefile
index dd6cb3dc1917..79defb18f3cb 100644
--- a/net/gnewtellium/Makefile
+++ b/net/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>