summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 13:37:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 13:37:20 +0000
commit4d4b259bcda85ab59dbfd36b26928f4154ef6b05 (patch)
tree958a8d68deaaf416f8a145d02b8f31fd52a3aa33 /net
parent- Strip library (diff)
- Add NO_ARCH
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=388088
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-DHCP/Makefile1
-rw-r--r--net/p5-Net-sFlow/Makefile1
-rw-r--r--net/p5-XPC/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/net/p5-Net-DHCP/Makefile b/net/p5-Net-DHCP/Makefile
index fe415e45ffe4..a05b6de80c40 100644
--- a/net/p5-Net-DHCP/Makefile
+++ b/net/p5-Net-DHCP/Makefile
@@ -18,5 +18,6 @@ TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-sFlow/Makefile b/net/p5-Net-sFlow/Makefile
index 18c99d5ec400..94280bb5b1f9 100644
--- a/net/p5-Net-sFlow/Makefile
+++ b/net/p5-Net-sFlow/Makefile
@@ -15,5 +15,6 @@ LICENSE= ART10
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/net/p5-XPC/Makefile b/net/p5-XPC/Makefile
index f9ca121df787..fae4d2bc0540 100644
--- a/net/p5-XPC/Makefile
+++ b/net/p5-XPC/Makefile
@@ -19,5 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>