diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-23 06:49:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-23 06:49:05 +0000 |
commit | 087298888d40a37baf1fa0a4b79f4d230fa81975 (patch) | |
tree | 0dfe0da50c105f8c0262004f6175232b2a028ee6 /x11-toolkits | |
parent | ce7e6d14af116f4d75658129cf33cacf84f81f19 (diff) | |
download | ports-087298888d40a37baf1fa0a4b79f4d230fa81975.tar.gz ports-087298888d40a37baf1fa0a4b79f4d230fa81975.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Wx/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11-toolkits/p5-Wx/Makefile b/x11-toolkits/p5-Wx/Makefile index 7fed54f1e718..c0d31c254ac3 100644 --- a/x11-toolkits/p5-Wx/Makefile +++ b/x11-toolkits/p5-Wx/Makefile @@ -26,13 +26,6 @@ CONFIGURE_ENV= CXX="${CXX}" CFLAGS+= -pthread -Wno-write-strings -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501508 -BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:devel/p5-ExtUtils-ParseXS -RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:devel/p5-ExtUtils-ParseXS -.endif - post-configure: @${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \ ${REINPLACE_CMD} -e \ @@ -46,4 +39,4 @@ post-install: @${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} -name "*.so" -type f \ | ${XARGS} ${STRIP_CMD} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |