aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2012-06-21 04:09:54 +0800
committerskv <skv@FreeBSD.org>2012-06-21 04:09:54 +0800
commit35b28e806b89efdee4bca2a6d60c09dbd6d5ac28 (patch)
tree335e3f45cd0f9ea91a55c6d0a0a675ab5aa27bdf /math
parent049b800f2561318de5e2e91fb92c293f994aac5f (diff)
downloadfreebsd-ports-gnome-35b28e806b89efdee4bca2a6d60c09dbd6d5ac28.tar.gz
freebsd-ports-gnome-35b28e806b89efdee4bca2a6d60c09dbd6d5ac28.tar.zst
freebsd-ports-gnome-35b28e806b89efdee4bca2a6d60c09dbd6d5ac28.zip
Mark as ignored with Perl 5.14+
(port must be upgraded at least to 2.10 to unbreak build)
Diffstat (limited to 'math')
-rw-r--r--math/polymake/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/polymake/Makefile b/math/polymake/Makefile
index 7afc562ce0ed..1a2b1acfaa6e 100644
--- a/math/polymake/Makefile
+++ b/math/polymake/Makefile
@@ -49,6 +49,10 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} >= 501400
+IGNORE= does not build with Perl 5.14+
+.endif
+
.if !defined(DISABLE_MAKE_JOBS)
pre-fetch:
@MAKE_JOBS_NUMBER=${MAKE_JOBS_NUMBER}; \