summaryrefslogtreecommitdiff
path: root/devel/ppl
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-03-28 17:38:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-03-28 17:38:29 +0000
commit3753033a4f76fab43a79cd9dc2300e85d4d734ed (patch)
tree7c5180148d29a896a6053e36daa9609c54245b6d /devel/ppl
parentUpdate to 6.0.7.1 (diff)
mark it broken
Noted by: kris
Notes
Notes: svn path=/head/; revision=77636
Diffstat (limited to 'devel/ppl')
-rw-r--r--devel/ppl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile
index 9d243603df9b..2c846c8b01f9 100644
--- a/devel/ppl/Makefile
+++ b/devel/ppl/Makefile
@@ -33,8 +33,9 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+# ppl needs gcc > 3.1, with libgmp4 compiled with the same gcc version
.if ${OSVERSION} < 500035
-#BROKEN= "Does not build"
+BROKEN= "Does not build"
.endif
.include <bsd.port.post.mk>