diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 12:07:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 12:07:20 +0000 |
commit | f41a84cc7d54044c8fcbc96ce9aef8d24baf94a1 (patch) | |
tree | fb11824dba78512107bc8028b366c00245ab297b /mail/p5-MIME-Fast/Makefile | |
parent | 9322378f74a4f30723526ff97db8622a5f743c40 (diff) | |
download | ports-f41a84cc7d54044c8fcbc96ce9aef8d24baf94a1.tar.gz ports-f41a84cc7d54044c8fcbc96ce9aef8d24baf94a1.zip |
Notes
Diffstat (limited to 'mail/p5-MIME-Fast/Makefile')
-rw-r--r-- | mail/p5-MIME-Fast/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 8ebf60f34214..5a20598a90aa 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -12,14 +12,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Create, edit, and parse MIME messages (via gmime2 C library) BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2 +LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS} ${PTHREAD_CFLAGS}" -MAN3= MIME::Fast.3 - -NO_STAGE= yes .include <bsd.port.mk> |