diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 06:08:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 06:08:22 +0000 |
commit | c8f2caaadd16a82eb87d284305e8e8881388b0ca (patch) | |
tree | 0a48a55c31d1fefcd5939384f86fdbbd70c4bd1c /audio/gnump3d | |
parent | BROKEN on 4.x: broken pkg-plist (diff) |
Change BROKEN to IGNORE since the port actually builds with 4.x's perl,
but will not run.
Submitted by: ports fury
Diffstat (limited to 'audio/gnump3d')
-rw-r--r-- | audio/gnump3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index 7c4590d3dd61..9b507b8914ce 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -35,7 +35,7 @@ PERL_SITELIBDIR= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BROKEN= "You need at least perl 5.6.0. Do not use FreeBSD 4.x' system perl,\ +IGNORE= "You need at least perl 5.6.0. Do not use FreeBSD 4.x' system perl,\ it's outdated. Install lang/perl5 and issue 'use.perl port'" .endif |