Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 23:59:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492086 - head/dns/fpdns
Message-ID:  <201902032359.x13NxG8h005082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902032359.x13NxG8h005082>