diff options
Diffstat (limited to 'irc/p5-POE-Component-IRC-Plugin-QueryDNS')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile index 723629d04a7a..0e1f9ed2ec1f 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin for IRC based DNS queries -BUILD_DEPENDS= p5-Net-IP>=1.25:net-mgmt/p5-Net-IP \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Net-IP>=1.25:net-mgmt/p5-Net-IP \ p5-POE-Component-Client-DNS>=1.00:dns/p5-POE-Component-Client-DNS \ p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC -RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 |