diff options
author | az <az@FreeBSD.org> | 2012-06-04 10:58:34 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 10:58:34 +0800 |
commit | 76482a0a1c25304f468c7f48d2a4623b8fdd2ad3 (patch) | |
tree | ba990181c3f097ab06085bad3eddd8efcc7082b6 /mail/p5-MIME-Fast | |
parent | 70963a6e2f3ef9dc1afff6e0010bcf021ca463e4 (diff) | |
download | freebsd-ports-gnome-76482a0a1c25304f468c7f48d2a4623b8fdd2ad3.tar.gz freebsd-ports-gnome-76482a0a1c25304f468c7f48d2a4623b8fdd2ad3.tar.zst freebsd-ports-gnome-76482a0a1c25304f468c7f48d2a4623b8fdd2ad3.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'mail/p5-MIME-Fast')
-rw-r--r-- | mail/p5-MIME-Fast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 794f09b54716..4f7462fb765f 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create, edit and parse MIME messages (via gmime2 C library) -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2 RUN_DEPENDS:= ${BUILD_DEPENDS} |