svn commit: r410880 - head/dns/p5-Net-DNS

Mathieu Arnold mat at FreeBSD.org
Sat Mar 12 13:12:26 UTC 2016


Author: mat
Date: Sat Mar 12 13:12:24 2016
New Revision: 410880
URL: https://svnweb.freebsd.org/changeset/ports/410880

Log:
  Don't overwrite BUILD_DEPENDS and RUN_DEPENDS.
  
  Pointy hat to:	sunpoet (in r403493)
  Sponsored by:	Absolight

Modified:
  head/dns/p5-Net-DNS/Makefile

Modified: head/dns/p5-Net-DNS/Makefile
==============================================================================
--- head/dns/p5-Net-DNS/Makefile	Sat Mar 12 12:59:38 2016	(r410879)
+++ head/dns/p5-Net-DNS/Makefile	Sat Mar 12 13:12:24 2016	(r410880)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net-DNS
 PORTVERSION=	1.05
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	CPAN
@@ -37,8 +38,8 @@ SSHFP_RUN_DEPENDS=	p5-Digest-BubbleBabbl
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502200
-BUILD_DEPENDS=	p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
-RUN_DEPENDS=	p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
+BUILD_DEPENDS+=	p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
+RUN_DEPENDS+=	p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list