diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
commit | b554d9cafd67c1b243ee457b4a23c268881cb993 (patch) | |
tree | d618e64411f49c40ee9e2c7e4bf46529bc83dbc4 /mail | |
parent | acc0cc54568bef4949728712cc28639851152ae4 (diff) | |
download | ports-b554d9cafd67c1b243ee457b4a23c268881cb993.tar.gz ports-b554d9cafd67c1b243ee457b4a23c268881cb993.zip |
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
Notes
Notes:
svn path=/head/; revision=298572
Diffstat (limited to 'mail')
-rw-r--r-- | mail/delatt/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Sendmail-AccessDB/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/delatt/Makefile b/mail/delatt/Makefile index 26a8c9e5ea65..d7e9131e9c89 100644 --- a/mail/delatt/Makefile +++ b/mail/delatt/Makefile @@ -16,7 +16,7 @@ COMMENT= Strip attachments from email LICENSE= GPLv2 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 USE_PERL5_RUN= 5.8.6+ NO_BUILD= yes diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index 1745050a9b58..27552ab136c9 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl5 interface to the Sendmail access.db list -BUILD_DEPENDS= ${SITE_PERL}/mach/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB +BUILD_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |