diff options
author | culot <culot@FreeBSD.org> | 2012-06-05 20:22:33 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-05 20:22:33 +0800 |
commit | 156a62f703a46b0c306bd4a2d165e81457244616 (patch) | |
tree | b1d49e9dd36141c2158794c7f83dec09f03b21b9 /textproc/p5-Regexp-Common-Email-Address | |
parent | c8fd35cc6713bdfa6a9ace776386f48065901245 (diff) | |
download | freebsd-ports-gnome-156a62f703a46b0c306bd4a2d165e81457244616.tar.gz freebsd-ports-gnome-156a62f703a46b0c306bd4a2d165e81457244616.tar.zst freebsd-ports-gnome-156a62f703a46b0c306bd4a2d165e81457244616.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-Regexp-Common-Email-Address')
-rw-r--r-- | textproc/p5-Regexp-Common-Email-Address/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Regexp-Common-Email-Address/Makefile b/textproc/p5-Regexp-Common-Email-Address/Makefile index 999bfb8df2cc..217da15c6f34 100644 --- a/textproc/p5-Regexp-Common-Email-Address/Makefile +++ b/textproc/p5-Regexp-Common-Email-Address/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Regex pattern for Email Addresses -BUILD_DEPENDS= ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \ - ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |