summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:37:58 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:37:58 +0800
commit3d17c8bacb0f57af458f7f2cc4fbff9597ce9200 (patch)
tree4793ba5981dd96ba8c82111003f19b53eb81ac0f /mail
parent07bebd5d7e0628bf01f7c57748c55e6b4b97b24c (diff)
downloadmarcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar
marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.gz
marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.bz2
marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.lz
marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.xz
marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.zst
marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.zip
Chase after ports framework changes
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18395 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r--mail/gmime24/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile
index 07a5a2a63..a4037d54e 100644
--- a/mail/gmime24/Makefile
+++ b/mail/gmime24/Makefile
@@ -18,11 +18,9 @@ CONFLICTS= gmime-1.0.*
SLAVEDIRS= mail/gmime2-sharp
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}24
-USE_ICONV= yes
USE_GMAKE= yes
-USES= pathfix
+USES= iconv pathfix pkgconfig
USE_GNOME?= glib20
-USE_PKGCONFIG= build
USE_LDCONFIG= yes
USE_XZ= yes
GNU_CONFIGURE= yes
@@ -39,12 +37,14 @@ LATEST_LINK?= ${PORTNAME}24
PORTDOCS= *
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
${WRKSRC}/*/Makefile.in
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for i in docs/reference/html/*
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}