diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
commit | 13c40c380327ca1b3267c7b95ca3fde12e433313 (patch) | |
tree | 8ca42e58d2965bafa4c044c03ea72590225d4093 /mail/p5-URI-imaps/Makefile | |
parent | 8001f3c6c6e82e0552dfaba8d32c81360e4b0af5 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (lth@ via email)
Notes
Notes:
svn path=/head/; revision=298459
Diffstat (limited to 'mail/p5-URI-imaps/Makefile')
-rw-r--r-- | mail/p5-URI-imaps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-URI-imaps/Makefile b/mail/p5-URI-imaps/Makefile index 46235c78a05f..f59003cc0bc7 100644 --- a/mail/p5-URI-imaps/Makefile +++ b/mail/p5-URI-imaps/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Support IMAPS URI -BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |