aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-MIME-Fast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-MIME-Fast/Makefile')
-rw-r--r--mail/p5-MIME-Fast/Makefile5
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>