diff options
author | skv <skv@FreeBSD.org> | 2009-03-29 04:45:10 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-03-29 04:45:10 +0800 |
commit | 0845a9092be27f06f835de5f7ab85a6ad1f99157 (patch) | |
tree | 893a11ba9c38666479720f77b2a35d21e8b42f6c /math/polymake | |
parent | 6ec98793d23a422c2da73eeb226c51d29415ccc7 (diff) | |
download | freebsd-ports-gnome-0845a9092be27f06f835de5f7ab85a6ad1f99157.tar.gz freebsd-ports-gnome-0845a9092be27f06f835de5f7ab85a6ad1f99157.tar.zst freebsd-ports-gnome-0845a9092be27f06f835de5f7ab85a6ad1f99157.zip |
Introduce Perl 5.10.0
Diffstat (limited to 'math/polymake')
-rw-r--r-- | math/polymake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 8831c2fa997d..f00dfc890800 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_GMAKE= yes USE_BZIP2= yes -USE_PERL5= yes +USE_PERL5= 5.8.1+ USE_GCC= 3.4 HAS_CONFIGURE= yes @@ -31,8 +31,8 @@ PLIST= ${WRKDIR}/pkg-plist .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500801 -BROKEN= requires perl 5.8.1 or newer +.if ${PERL_LEVEL} >= 501000 +BROKEN= Does not build with perl >= 5.10 .endif do-configure: |