From 6962545ccff1d63f4f072f5df929facf58ea6dd3 Mon Sep 17 00:00:00 2001 From: az Date: Tue, 5 Jun 2012 11:46:48 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: maintainer (lth@ via email) --- mail/p5-Email-LocalDelivery-Ezmlm/Makefile | 4 ++-- mail/p5-Net-IMAP-Simple-SSL/Makefile | 4 ++-- mail/p5-URI-imap/Makefile | 2 +- mail/p5-URI-imaps/Makefile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/p5-Email-LocalDelivery-Ezmlm/Makefile b/mail/p5-Email-LocalDelivery-Ezmlm/Makefile index 904a65850c45..8596b86a39c1 100644 --- a/mail/p5-Email-LocalDelivery-Ezmlm/Makefile +++ b/mail/p5-Email-LocalDelivery-Ezmlm/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Deliver mail into ezmlm archives -BUILD_DEPENDS= ${SITE_PERL}/Email/LocalDelivery.pm:${PORTSDIR}/mail/p5-Email-LocalDelivery \ - ${SITE_PERL}/Email/FolderType.pm:${PORTSDIR}/mail/p5-Email-FolderType +BUILD_DEPENDS= p5-Email-LocalDelivery>=0:${PORTSDIR}/mail/p5-Email-LocalDelivery \ + p5-Email-FolderType>=0:${PORTSDIR}/mail/p5-Email-FolderType RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Net-IMAP-Simple-SSL/Makefile b/mail/p5-Net-IMAP-Simple-SSL/Makefile index 0f1db0d16c5b..de671f26568f 100644 --- a/mail/p5-Net-IMAP-Simple-SSL/Makefile +++ b/mail/p5-Net-IMAP-Simple-SSL/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= SSL support for Net::IMAP::Simple -BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/Net/IMAP/Simple.pm:${PORTSDIR}/mail/p5-Net-IMAP-Simple +BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-Net-IMAP-Simple>=0:${PORTSDIR}/mail/p5-Net-IMAP-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-URI-imap/Makefile b/mail/p5-URI-imap/Makefile index 4b72599c21df..ec854be2cfe6 100644 --- a/mail/p5-URI-imap/Makefile +++ b/mail/p5-URI-imap/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= URI::imap - Support IMAP 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 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 -- cgit