diff options
author | swills <swills@FreeBSD.org> | 2014-10-27 05:04:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-10-27 05:04:21 +0800 |
commit | 1bef69b1cf78958e91373124e53110b701be5389 (patch) | |
tree | 43f8ad22dde713f3c4b00323750f35a4b326cce2 /www | |
parent | c01af5eee0eb1b0883d412ec76c6cb119b4d783c (diff) | |
download | freebsd-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 'www')
-rw-r--r-- | www/wml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index 0a0042742131..5df7fb3669d7 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -32,6 +32,10 @@ CONFIGURE_ARGS= --with-perl=${PERL5} --with-catdir=man \ .include <bsd.port.pre.mk> +.if ${PERL_VER} >= 5.18 +BROKEN= Does not build with Perl 5.18 or above +.endif + post-patch: @${PERL5} -pi -e 's!^(\s+have_\S+)=\S+!\1=1!' \ ${WRKSRC}/wml_common/Makefile.in |