aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime2
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-05 20:18:30 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-05 20:18:30 +0000
commit54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be (patch)
tree3b1d1321b78dcf4a659d95ca332649d8253316c1 /mail/gmime2
parent454b9ce076de33c963302ac6c86affcddce681dd (diff)
downloadports-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.tar.gz
ports-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.zip
. introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=326444
Diffstat (limited to 'mail/gmime2')
-rw-r--r--mail/gmime2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile
index 9eb1b57db2ec..c720f1bb891e 100644
--- a/mail/gmime2/Makefile
+++ b/mail/gmime2/Makefile
@@ -22,7 +22,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
# www.freebsd.org/cgi/query-pr.cgi?pr=118092
# Rename uudecode and uuencode to gmime-* to not conflict with userland
-CONFIGURE_ARGS?= --with-libiconv=${LOCALBASE} \
+CONFIGURE_ARGS?= ${ICONV_CONFIGURE_BASE} \
--with-html-dir=${PREFIX}/share/doc \
--enable-mono=no \
--program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;"