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-Email-LocalDelivery | |
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-Email-LocalDelivery')
-rw-r--r-- | mail/p5-Email-LocalDelivery/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Email-LocalDelivery/Makefile b/mail/p5-Email-LocalDelivery/Makefile index b1230ebb4e81..9639789305f2 100644 --- a/mail/p5-Email-LocalDelivery/Makefile +++ b/mail/p5-Email-LocalDelivery/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Deliver a piece of email - simply -RUN_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ - ${SITE_PERL}/Email/FolderType.pm:${PORTSDIR}/mail/p5-Email-FolderType \ - ${SITE_PERL}/File/Path/Expand.pm:${PORTSDIR}/devel/p5-File-Path-Expand +RUN_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ + p5-Email-FolderType>=0:${PORTSDIR}/mail/p5-Email-FolderType \ + p5-File-Path-Expand>=0:${PORTSDIR}/devel/p5-File-Path-Expand BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |