diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-06-06 18:43:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-06-06 18:43:19 +0800 |
commit | 28bc550f61cdaf27db599ad1e296f2062a337c8b (patch) | |
tree | edde8cb274be868771da222c2372cd8d700a5693 /mail | |
parent | 87e741950f4ede0fb4ac6117b9c142420a080773 (diff) | |
download | freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.tar.gz freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.tar.zst freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.zip |
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
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 |