From e8a64e847f4390d533deeca12893abc529de1efe Mon Sep 17 00:00:00 2001 From: dougb Date: Fri, 1 Jun 2012 04:00:24 +0000 Subject: Convert to specifying the port name in _DEPENDS instead of ${SITE_PERL}/foo/bar/file.pm http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies --- dns/fpdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns/fpdns') diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 1b56055cdc34..4d458ea33ba4 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dougb@FreeBSD.org COMMENT= FPDNS - Fingerprinting DNS servers -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS:${PORTSDIR}/dns/p5-Net-DNS PERL_CONFIGURE= yes -- cgit