svn commit: r492086 - head/dns/fpdns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 3 23:59:17 UTC 2019


Author: sunpoet
Date: Sun Feb  3 23:59:16 2019
New Revision: 492086
URL: https://svnweb.freebsd.org/changeset/ports/492086

Log:
  Change the way *_DEPENDS are set

Modified:
  head/dns/fpdns/Makefile

Modified: head/dns/fpdns/Makefile
==============================================================================
--- head/dns/fpdns/Makefile	Sun Feb  3 23:58:37 2019	(r492085)
+++ head/dns/fpdns/Makefile	Sun Feb  3 23:59:16 2019	(r492086)
@@ -11,8 +11,8 @@ COMMENT=	Fingerprinting DNS servers
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Net-DNS>=0.42:dns/p5-Net-DNS
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Net-DNS>=0.42:dns/p5-Net-DNS
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list