aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-10-27 05:04:21 +0800
committerswills <swills@FreeBSD.org>2014-10-27 05:04:21 +0800
commit1bef69b1cf78958e91373124e53110b701be5389 (patch)
tree43f8ad22dde713f3c4b00323750f35a4b326cce2 /databases
parentc01af5eee0eb1b0883d412ec76c6cb119b4d783c (diff)
downloadfreebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.tar.gz
freebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.tar.zst
freebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.zip
Mark broken with Perl 5.18 and newer
Diffstat (limited to 'databases')
-rw-r--r--databases/rrdtool10/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile
index 53f933f5d5c0..cee9a6abaaa2 100644
--- a/databases/rrdtool10/Makefile
+++ b/databases/rrdtool10/Makefile
@@ -34,6 +34,10 @@ LATIN2_DESC= ISO-8859-2 fonts support
LATIN2_CONFIGURE_ENABLE= latin2
-BROKEN_ia64= Does not build on ia64
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>