aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-DHCPClient/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-09-07 20:48:14 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-09-07 20:48:14 +0800
commit91c3e6b43c3278452336cb8f3d5a6e8fd5141259 (patch)
tree6b3fb6c9e60d59d8ab1473f3153ccf1799f6dba9 /net/p5-Net-DHCPClient/Makefile
parentead4be38d89ad64cc1ca84c5a754424cbca9bc21 (diff)
downloadfreebsd-ports-graphics-91c3e6b43c3278452336cb8f3d5a6e8fd5141259.tar.gz
freebsd-ports-graphics-91c3e6b43c3278452336cb8f3d5a6e8fd5141259.tar.zst
freebsd-ports-graphics-91c3e6b43c3278452336cb8f3d5a6e8fd5141259.zip
- Add NO_ARCH
Diffstat (limited to 'net/p5-Net-DHCPClient/Makefile')
-rw-r--r--net/p5-Net-DHCPClient/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-DHCPClient/Makefile b/net/p5-Net-DHCPClient/Makefile
index cc03dcc8e8f..63ee78712c7 100644
--- a/net/p5-Net-DHCPClient/Makefile
+++ b/net/p5-Net-DHCPClient/Makefile
@@ -11,10 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl implementation of a DHCP client API
-RUN_DEPENDS+= p5-Net-RawIP>=0:net/p5-Net-RawIP
+RUN_DEPENDS= p5-Net-RawIP>=0:net/p5-Net-RawIP
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}