diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
commit | 0e6a86ac785369dcd2f6b93f52268d5336dcd283 (patch) | |
tree | fe4d654de9040e3451da08f6eb2865c73df28369 /irc/nethirc | |
parent | c4488f29abd1339c42a704fb50b07d1210e0f3bc (diff) | |
download | freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.gz freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.zst freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'irc/nethirc')
-rw-r--r-- | irc/nethirc/Makefile | 6 |
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 |