diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:56 +0000 |
commit | 22e25fb75bcd8c8c8a22341c86b456892fb9dd3b (patch) | |
tree | 6ce1f7e17e90169229cd1be120e6abf110642b8c | |
parent | 586714c71fd37a7cd9a5aa1ec7fde4754173f2fc (diff) | |
download | freebsd-ports-22e25fb75bcd8c8c8a22341c86b456892fb9dd3b.zip |
- Add NO_ARCH
-rw-r--r-- | devel/p5-File-HomeDir-PathClass/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-File-HomeDir-PathClass/Makefile b/devel/p5-File-HomeDir-PathClass/Makefile index 61e7db2c2f39..8c563ce53b2c 100644 --- a/devel/p5-File-HomeDir-PathClass/Makefile +++ b/devel/p5-File-HomeDir-PathClass/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-File-HomeDir>=0.93:${PORTSDIR}/devel/p5-File-HomeDir \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 |