diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-03-28 20:45:10 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-03-28 20:45:10 +0000 |
commit | 1a9ef9fa6754e0c0f087f4e7a76e65029a75941c (patch) | |
tree | e0596dfc5254e65a6f3de0b5eb6d25f4ad08a7d0 /math/polymake | |
parent | 0804fca67c5eda2be61329599da40c5734b4d634 (diff) |
Notes
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: |