diff options
author | jwise <jwise> | 2005-03-18 22:10:11 +0000 |
---|---|---|
committer | jwise <jwise> | 2005-03-18 22:10:11 +0000 |
commit | f5240d5d6edc694e7f651f005421e8772e1a69f1 (patch) | |
tree | a9ac6a14f037ac6f733246c3def221d381c8c5f6 /textproc/dict-client | |
parent | 7dc8abfca32b63d02c20d1e42c2f9208c5f6391b (diff) | |
download | pkgsrc-f5240d5d6edc694e7f651f005421e8772e1a69f1.tar.gz |
Configure with --with-dictorg, so this package is useful out of the box.
Diffstat (limited to 'textproc/dict-client')
-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 |