summaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-IRC-Object/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 02:58:34 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 02:58:34 +0000
commitf09059cc338d45e816a1c067b020c2828f68f4e4 (patch)
tree9733e402cff1bff52862c434a3e1ef9927cd7e49 /irc/p5-POE-Component-IRC-Object/Makefile
parent- convert to OptionsNG (diff)
- Remove SITE_PERL from *_DEPENDS
Notes
Notes: svn path=/head/; revision=298322
Diffstat (limited to 'irc/p5-POE-Component-IRC-Object/Makefile')
-rw-r--r--irc/p5-POE-Component-IRC-Object/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/p5-POE-Component-IRC-Object/Makefile b/irc/p5-POE-Component-IRC-Object/Makefile
index e6781cd84524..fffcad341bc8 100644
--- a/irc/p5-POE-Component-IRC-Object/Makefile
+++ b/irc/p5-POE-Component-IRC-Object/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A slightly simpler OO interface to POE::Component::IRC
-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
+BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
+ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"