diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 03:16:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 03:16:02 +0000 |
commit | 7534c05a19a9c1b31f2ba5b3a7ce2ed79e8b2a8f (patch) | |
tree | fad75fb20b4ac86072a15f40d7c1160c99919b46 /irc/p5-POE-Filter-IRCD | |
parent | 1a1b5bf057ae9e5224aae70203e47db1b4054f59 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (miwi@ via IRC)
Notes
Notes:
svn path=/head/; revision=298325
Diffstat (limited to 'irc/p5-POE-Filter-IRCD')
-rw-r--r-- | irc/p5-POE-Filter-IRCD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/p5-POE-Filter-IRCD/Makefile b/irc/p5-POE-Filter-IRCD/Makefile index 651ac24802b3..08684767d8c0 100644 --- a/irc/p5-POE-Filter-IRCD/Makefile +++ b/irc/p5-POE-Filter-IRCD/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A POE-based parser for the IRC protocol -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |