diff options
Diffstat (limited to 'textproc/dict-client')
-rw-r--r-- | textproc/dict-client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index a58cff6842b..d1a28ca0ef4 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/10/10 17:02:12 hira Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/05 23:55:20 rillig Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-client-1.9.15 @@ -12,8 +12,8 @@ COMMENT= Dictionary Service Protocol client USE_TOOLS+= gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-cflags="${CFLAGS}" -CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q} +CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --enable-dictorg BUILD_TARGET= dict |