diff options
author | jwise <jwise@pkgsrc.org> | 2005-03-18 22:10:11 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2005-03-18 22:10:11 +0000 |
commit | 97c6506275df386827c1c0d8733e176448e99645 (patch) | |
tree | a9ac6a14f037ac6f733246c3def221d381c8c5f6 /textproc | |
parent | 44267735c96f3c6d17e8c4051b163bac6a27973b (diff) | |
download | pkgsrc-97c6506275df386827c1c0d8733e176448e99645.tar.gz |
Configure with --with-dictorg, so this package is useful out of the box.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 21fe4f2deb8..f819b485649 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2005/02/22 16:09:54 adam Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/18 22:10:11 jwise Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-client-1.9.15 CATEGORIES= textproc MASTER_SITES= ftp://ftp.dict.org/pub/dict/ -MAINTAINER= mike@ethmoid.org +MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol client @@ -14,6 +14,7 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cflags="${CFLAGS}" CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --with-dictorg BUILD_TARGET= dict INSTALL_TARGET= install.dict |