aboutsummaryrefslogtreecommitdiff
path: root/devel/ppl
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-27 15:53:26 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-27 15:53:26 +0000
commit05512c4f9c7add21fe5379cc1a2a7b492d73c444 (patch)
treefcc7bca76d33ceab2ba011a2f397848d556179f2 /devel/ppl
parent3e80e4f89c2aa6ecea0cd36334bd602d6ed2c15e (diff)
downloadports-05512c4f9c7add21fe5379cc1a2a7b492d73c444.tar.gz
ports-05512c4f9c7add21fe5379cc1a2a7b492d73c444.zip
IGNORE should be used instead of BROKEN to indicate that a port
will never be available on a particular OS release version. PR: 53438 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=83750
Diffstat (limited to 'devel/ppl')
-rw-r--r--devel/ppl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile
index 1241ff1dad74..d4bfaa0ed113 100644
--- a/devel/ppl/Makefile
+++ b/devel/ppl/Makefile
@@ -35,7 +35,7 @@ INSTALLS_SHLIB= yes
# ppl needs gcc > 3.1, with libgmp4 compiled with the same gcc version
.if ${OSVERSION} < 500035
-BROKEN= "Does not build"
+IGNORE= "Does not build with older versions of FreeBSD"
.endif
.include <bsd.port.post.mk>