diff options
Diffstat (limited to 'textproc/xalan-c/Makefile')
-rw-r--r-- | textproc/xalan-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 5a427dfaa28..ab2b28ba584 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:36 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/12/05 23:55:21 rillig Exp $ # DISTNAME= Xalan-C_1_6-src @@ -27,7 +27,7 @@ XALAN_ENV= XALANCROOT="${WRKDIR}/xml-xalan/c" ICUROOT="${LOCALBASE}" HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ./runConfigure -CONFIGURE_ARGS+= -C --prefix=${PREFIX} +CONFIGURE_ARGS+= -C --prefix=${PREFIX:Q} CONFIGURE_ARGS+= -p ${XALAN_PLATFORM} CONFIGURE_ARGS+= -t icu CONFIGURE_ARGS+= -r pthread |