svn commit: r421497 - head/net/p5-Net-DHCPClient

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 7 12:48:15 UTC 2016


Author: amdmi3
Date: Wed Sep  7 12:48:14 2016
New Revision: 421497
URL: https://svnweb.freebsd.org/changeset/ports/421497

Log:
  - Add NO_ARCH

Modified:
  head/net/p5-Net-DHCPClient/Makefile

Modified: head/net/p5-Net-DHCPClient/Makefile
==============================================================================
--- head/net/p5-Net-DHCPClient/Makefile	Wed Sep  7 12:43:22 2016	(r421496)
+++ head/net/p5-Net-DHCPClient/Makefile	Wed Sep  7 12:48:14 2016	(r421497)
@@ -11,10 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports at 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}
 


More information about the svn-ports-all mailing list