aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-05 19:20:10 +0800
committerbapt <bapt@FreeBSD.org>2013-09-05 19:20:10 +0800
commit5c088cb86d08c638f00b1d6eee561035def5e1b4 (patch)
tree63a9d0779138ec2a2768b80fb7ebad0218fcbb1b /net
parentd2098cbfa91712f1b21a5f09361643baf852d19f (diff)
downloadfreebsd-ports-gnome-5c088cb86d08c638f00b1d6eee561035def5e1b4.tar.gz
freebsd-ports-gnome-5c088cb86d08c638f00b1d6eee561035def5e1b4.tar.zst
freebsd-ports-gnome-5c088cb86d08c638f00b1d6eee561035def5e1b4.zip
Do not overwrite CONFIGURE_ARGS
Submitted by: tijl
Diffstat (limited to 'net')
-rw-r--r--net/netatalk/Makefile2
-rw-r--r--net/netatalk3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 23ce7f2ec0e9..4997ce4b4db6 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -122,7 +122,7 @@ CONFIGURE_ARGS+= --disable-sendfile
.include <bsd.port.pre.mk>
.if !empty(ICONV_LIB)
-CONFIGURE_ARGS= --with-libiconv=${LOCALBASE}
+CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
.endif
post-patch:
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile
index e9a955d69017..eece000a2f69 100644
--- a/net/netatalk3/Makefile
+++ b/net/netatalk3/Makefile
@@ -119,7 +119,7 @@ PLIST_SUB+= ATFUNCS=""
.include <bsd.port.pre.mk>
.if !empty(ICONV_LIB)
-CONFIGURE_ARGS= --with-libiconv=${LOCALBASE}
+CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
.endif
post-patch: