diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-27 15:53:26 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-27 15:53:26 +0000 |
commit | 05512c4f9c7add21fe5379cc1a2a7b492d73c444 (patch) | |
tree | fcc7bca76d33ceab2ba011a2f397848d556179f2 /devel/ppl | |
parent | 3e80e4f89c2aa6ecea0cd36334bd602d6ed2c15e (diff) | |
download | ports-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/Makefile | 2 |
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> |