aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-07-01 00:51:46 +0800
committeraz <az@FreeBSD.org>2012-07-01 00:51:46 +0800
commit5253d5e4bd1522c747d7f50fed31169793e23391 (patch)
tree245112f6fa8ce3c5e4d8a0f0d2065b454ce259bf /mail
parentbe74698928509733f4824b055fd52a94f0ddbfba (diff)
downloadfreebsd-ports-gnome-5253d5e4bd1522c747d7f50fed31169793e23391.tar.gz
freebsd-ports-gnome-5253d5e4bd1522c747d7f50fed31169793e23391.tar.zst
freebsd-ports-gnome-5253d5e4bd1522c747d7f50fed31169793e23391.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-Cache/Makefile4
-rw-r--r--mail/p5-Mail-IMAPTalk-MailCache/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Mail-Cache/Makefile b/mail/p5-Mail-Cache/Makefile
index 52de8c769ed9..a6e2c78be449 100644
--- a/mail/p5-Mail-Cache/Makefile
+++ b/mail/p5-Mail-Cache/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Caches mail information
-BUILD_DEPENDS= ${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir \
- ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple
+BUILD_DEPENDS= p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
+ p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple
PERL_CONFIGURE= yes
diff --git a/mail/p5-Mail-IMAPTalk-MailCache/Makefile b/mail/p5-Mail-IMAPTalk-MailCache/Makefile
index 3ba9dec8240a..95246b1928b5 100644
--- a/mail/p5-Mail-IMAPTalk-MailCache/Makefile
+++ b/mail/p5-Mail-IMAPTalk-MailCache/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Caches mail information for Mail::IMAPTalk using Mail::Cache.
-BUILD_DEPENDS= ${SITE_PERL}/Mail/Cache.pm:${PORTSDIR}/mail/p5-Mail-Cache \
- ${SITE_PERL}/Mail/IMAPTalk.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk
+BUILD_DEPENDS= p5-Mail-Cache>=0:${PORTSDIR}/mail/p5-Mail-Cache \
+ p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk
PERL_CONFIGURE= yes