diff options
author | jwise <jwise@pkgsrc.org> | 2005-03-18 22:16:04 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2005-03-18 22:16:04 +0000 |
commit | 32cc156f85f865a1f83fb0c6b18df3c61c5c6d5c (patch) | |
tree | dc09bd5f9300bf49f0f3e99ab514f2d9a42c8241 /textproc | |
parent | f0f731276b5dbab990d79052cdd573f8fee8a504 (diff) | |
download | pkgsrc-32cc156f85f865a1f83fb0c6b18df3c61c5c6d5c.tar.gz |
Sigh. Fix typo in previous.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index f819b485649..f4e30267858 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/03/18 22:10:11 jwise Exp $ +# $NetBSD: Makefile,v 1.18 2005/03/18 22:16:04 jwise Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-client-1.9.15 @@ -14,7 +14,7 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cflags="${CFLAGS}" CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-dictorg +CONFIGURE_ARGS+= --enable-dictorg BUILD_TARGET= dict INSTALL_TARGET= install.dict |