diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-23 06:58:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-23 06:58:32 +0000 |
commit | 9fdb4c29ec7fbf478091d5e9d7c2f501c393aa6f (patch) | |
tree | 11ba6117cf280c8c45ad2026a6f33f4f42881837 | |
parent | 2ae9b6475a6a6961a15bf46bdd789ed682b808d1 (diff) | |
download | ports-9fdb4c29ec7fbf478091d5e9d7c2f501c393aa6f.tar.gz ports-9fdb4c29ec7fbf478091d5e9d7c2f501c393aa6f.zip |
Notes
-rw-r--r-- | devel/p5-Mac-PropertyList/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/p5-Mac-PropertyList/Makefile b/devel/p5-Mac-PropertyList/Makefile index b3f74a6b97b5..19c1597eacf5 100644 --- a/devel/p5-Mac-PropertyList/Makefile +++ b/devel/p5-Mac-PropertyList/Makefile @@ -16,13 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-Entities>=0:textproc/p5-XML-Entities RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |