summaryrefslogtreecommitdiff
path: root/net/samba36
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 /net/samba36
parentwww/qupzilla: update to 1.4.4 (diff)
. 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 'net/samba36')
-rw-r--r--net/samba36/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile
index 86bc05593943..595cf99c3d63 100644
--- a/net/samba36/Makefile
+++ b/net/samba36/Makefile
@@ -95,7 +95,7 @@ BUILD_DEPENDS+= tevent>=0.9.11:${PORTSDIR}/devel/tevent
RUN_DEPENDS+= tevent>=0.9.11:${PORTSDIR}/devel/tevent
CONFIGURE_ARGS+= --without-libtevent --enable-external-libtevent
# These options are common for all (sub)ports
-CONFIGURE_ARGS+= --with-libiconv="${LOCALBASE}" \
+CONFIGURE_ARGS+= ${ICONV_CONFIGURE_BASE} \
--disable-as-needed
.if !defined(SAMBA_SUBPORT)