aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-06-27 23:53:26 +0800
committernaddy <naddy@FreeBSD.org>2003-06-27 23:53:26 +0800
commitc38a8221171fd5174ebfd133ed0adba72d59b017 (patch)
tree5e9c950166db485651258cb11167c4c1cf3b26e2 /devel
parent8554cefd47326c8c905e13d9562feec126f880a3 (diff)
downloadfreebsd-ports-gnome-c38a8221171fd5174ebfd133ed0adba72d59b017.tar.gz
freebsd-ports-gnome-c38a8221171fd5174ebfd133ed0adba72d59b017.tar.zst
freebsd-ports-gnome-c38a8221171fd5174ebfd133ed0adba72d59b017.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>
Diffstat (limited to 'devel')
-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>