aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-23 20:53:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-23 20:53:21 +0000
commitceb8aadb5ad0aab9c67cd1e943d70fdbb8c9fa11 (patch)
tree5a120135b41b7c6136a8ce232fdd3e7bdf3b4aca /x11-toolkits
parent9403016ab88bc3684e7e7a86eeebf9d216284a4a (diff)
downloadports-ceb8aadb5ad0aab9c67cd1e943d70fdbb8c9fa11.tar.gz
ports-ceb8aadb5ad0aab9c67cd1e943d70fdbb8c9fa11.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Wx/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/p5-Wx/Makefile b/x11-toolkits/p5-Wx/Makefile
index 84190bbe2b48..61a46ef7b3b4 100644
--- a/x11-toolkits/p5-Wx/Makefile
+++ b/x11-toolkits/p5-Wx/Makefile
@@ -30,12 +30,10 @@ CONFIGURE_ENV= CXX=${CXX}
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501508
-BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
-RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+BROKEN= does not build
.endif
-
post-configure:
@${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \
${REINPLACE_CMD} -e 's|^CCFLAGS = .*$$|CCFLAGS = ${CXXFLAGS}|'