diff options
author | Romain Tartière <romain@FreeBSD.org> | 2011-06-12 19:06:25 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2011-06-12 19:06:25 +0000 |
commit | e62990bc203f17dc309d9ee4aeaa6b56a23a2fe0 (patch) | |
tree | c51cf11179114c316bacd488d1b0fa34059d925b /mail/gmime24/Makefile | |
parent | f884f9fa5ee7ab8faeb6cba2670939473825bfd0 (diff) |
Notes
Diffstat (limited to 'mail/gmime24/Makefile')
-rw-r--r-- | mail/gmime24/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile index 2a45e9bbf2bc..497e2c08dd4d 100644 --- a/mail/gmime24/Makefile +++ b/mail/gmime24/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmime -PORTVERSION= 2.4.15 +PORTVERSION= 2.4.24 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= GNOME @@ -25,17 +25,13 @@ USE_GMAKE= yes USE_GNOME?= gnomehack gnometarget glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --with-libiconv=${LOCALBASE} \ - --with-html-dir=${PREFIX}/share/doc \ - --enable-mono=no +CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ + --enable-mono=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib" LATEST_LINK?= ${PORTNAME}24 -post-patch: - @${REINPLACE_CMD} -e "s|stdint.h|inttypes.h|" ${WRKSRC}/zentimer.h - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/ |