aboutsummaryrefslogtreecommitdiff
path: root/irc/nethirc
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 14:53:22 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 14:53:22 +0000
commita41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch)
tree40fe0a02e0758fc49c8157653539df882d0f43e7 /irc/nethirc
parentbd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff)
downloadports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.tar.gz
ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300277
Diffstat (limited to 'irc/nethirc')
-rw-r--r--irc/nethirc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile
index 8659ee1e6984..79ddc0e277ce 100644
--- a/irc/nethirc/Makefile
+++ b/irc/nethirc/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/
MAINTAINER= matt_mills@btopenworld.com
COMMENT= Perl-based IRC client that uses Net::IRC
-BUILD_DEPENDS= ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
- ${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format \
- ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
+BUILD_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \
+ p5-String-Format>=0:${PORTSDIR}/textproc/p5-String-Format \
+ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes