diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 19:44:26 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 19:44:26 +0000 |
commit | 4f008d725474533a1cd77c99faed8f7ae34df8d4 (patch) | |
tree | 5e95a00e2dbdad5443e9ac71898320cf574dad5b /mail/p5-POE-Component-Client-SMTP | |
parent | eabc22a00d5bab47c760609160d9d6ec03aea5d1 (diff) | |
download | ports-4f008d725474533a1cd77c99faed8f7ae34df8d4.tar.gz ports-4f008d725474533a1cd77c99faed8f7ae34df8d4.zip |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298149
Diffstat (limited to 'mail/p5-POE-Component-Client-SMTP')
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile index ba4aa7e99f4e..3f2c37150c13 100644 --- a/mail/p5-POE-Component-Client-SMTP/Makefile +++ b/mail/p5-POE-Component-Client-SMTP/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SMTP client POE component -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Filter/Transparent/SMTP.pm:${PORTSDIR}/mail/p5-POE-Filter-Transparent-SMTP +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Filter-Transparent-SMTP>=0:${PORTSDIR}/mail/p5-POE-Filter-Transparent-SMTP RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |