diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:21:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:21:56 +0800 |
commit | 10f342611731c85e9d75a8356bd46c93f53b4d7c (patch) | |
tree | 6ce1f7e17e90169229cd1be120e6abf110642b8c | |
parent | 5a6f7738907e8406a855ece584380dda218df7be (diff) | |
download | freebsd-ports-gnome-10f342611731c85e9d75a8356bd46c93f53b4d7c.tar.gz freebsd-ports-gnome-10f342611731c85e9d75a8356bd46c93f53b4d7c.tar.zst freebsd-ports-gnome-10f342611731c85e9d75a8356bd46c93f53b4d7c.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 |