diff options
author | bsam <bsam@FreeBSD.org> | 2013-09-06 04:18:30 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-09-06 04:18:30 +0800 |
commit | d4be7ebb16af8657e516c12bf0574fb925a3f26f (patch) | |
tree | 3b1d1321b78dcf4a659d95ca332649d8253316c1 /mail | |
parent | d17cc05291e2481f97fd8cd319a6585d4004ffad (diff) | |
download | freebsd-ports-gnome-d4be7ebb16af8657e516c12bf0574fb925a3f26f.tar.gz freebsd-ports-gnome-d4be7ebb16af8657e516c12bf0574fb925a3f26f.tar.zst freebsd-ports-gnome-d4be7ebb16af8657e516c12bf0574fb925a3f26f.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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime2/Makefile | 2 |
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/;" |