summaryrefslogtreecommitdiff
path: root/textproc/xerces-c
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-23 23:35:17 +0000
committerrillig <rillig>2005-10-23 23:35:17 +0000
commitdd73301a46621831b6c03db34aaa8f8fcfca15ff (patch)
tree1243dc318f9d43d9b5c50596539fb198e373bd02 /textproc/xerces-c
parent7bf243e0e98c3de77763a09b1eea41ae7f366aab (diff)
downloadpkgsrc-dd73301a46621831b6c03db34aaa8f8fcfca15ff.tar.gz
Use "+=" instead of "=" for CONFIGURE_ARGS.* and PLIST_SUBST.*.
Diffstat (limited to 'textproc/xerces-c')
-rw-r--r--textproc/xerces-c/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile
index 87f1da9066b..846ab094cd1 100644
--- a/textproc/xerces-c/Makefile
+++ b/textproc/xerces-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/05/22 20:08:36 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/10/23 23:35:17 rillig Exp $
#
DISTNAME= xerces-c-src_2_3_0
@@ -36,11 +36,13 @@ CONFIGURE_ARGS+= -m inmem # message loader
CONFIGURE_ARGS+= -r none # threading
CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv}
-CONFIGURE_ARGS.gnu-iconv= -t IconvGNU # transcoder
-PLIST_SUBST.gnu-iconv= NATIVEICONV="@comment " GNUICONV=""
+CONFIGURE_ARGS.gnu-iconv+= -t IconvGNU # transcoder
+PLIST_SUBST.gnu-iconv+= NATIVEICONV="@comment "
+PLIST_SUBST.gnu-iconv+= GNUICONV=""
-CONFIGURE_ARGS.native-iconv= -t native # transcoder
-PLIST_SUBST.native-iconv= NATIVEICONV="" GNUICONV="@comment "
+CONFIGURE_ARGS.native-iconv+= -t native # transcoder
+PLIST_SUBST.native-iconv+= NATIVEICONV=""
+PLIST_SUBST.native-iconv+= GNUICONV="@comment "
CONFIGURE_ENV+= ${XERCES_ENV}
MAKE_ENV+= ${XERCES_ENV}