diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:16:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:16:16 +0800 |
commit | 797ccf5392f82383b16ae7394825c5e2077e513a (patch) | |
tree | d0f78a2a1c913b1e71161c0030777879d8d2a038 | |
parent | e96cd60b32329d09f9cd25e4328be4c142079a08 (diff) | |
download | freebsd-ports-gnome-797ccf5392f82383b16ae7394825c5e2077e513a.tar.gz freebsd-ports-gnome-797ccf5392f82383b16ae7394825c5e2077e513a.tar.zst freebsd-ports-gnome-797ccf5392f82383b16ae7394825c5e2077e513a.zip |
- Add NO_ARCH
-rw-r--r-- | net-mgmt/p5-Net-ACL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-ACL/Makefile b/net-mgmt/p5-Net-ACL/Makefile index b5e5bc557541..2678be0c8fda 100644 --- a/net-mgmt/p5-Net-ACL/Makefile +++ b/net-mgmt/p5-Net-ACL/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-Cisco-Reconfig>=0.05:${PORTSDIR}/net-mgmt/p5-Cisco-Reconfig \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature +NO_ARCH= yes USE_PERL5= configure USES= perl5 |