summaryrefslogtreecommitdiff
path: root/lang/ml-pnet
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-06-17 19:54:28 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-06-17 19:54:28 +0000
commitba2d70fc08f366db9c7a0c28eec309b6bcadd201 (patch)
tree6fb3917157b599f900d006e8ece8722de8d97e27 /lang/ml-pnet
parentDocument two vulnerabilities in Gaim. (diff)
- Mark BROKEN on 4.x
pnet performance is low on 4.x anyways.
Notes
Notes: svn path=/head/; revision=137653
Diffstat (limited to 'lang/ml-pnet')
-rw-r--r--lang/ml-pnet/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ml-pnet/Makefile b/lang/ml-pnet/Makefile
index 9fbe1430caf8..5e1048020616 100644
--- a/lang/ml-pnet/Makefile
+++ b/lang/ml-pnet/Makefile
@@ -23,4 +23,10 @@ USE_LIBTOOL_VER=15
USE_GMAKE= yes
.include "${.CURDIR}/../pnet/Makefile.pnet"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not build."
+.endif
+
+.include <bsd.port.post.mk>