pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/dict-client Configure with --with-dictorg, so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de4485200728
branches:  trunk
changeset: 490727:de4485200728
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Fri Mar 18 22:10:11 2005 +0000

description:
Configure with --with-dictorg, so this package is useful out of the box.

diffstat:

 textproc/dict-client/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r bb376ec45ecf -r de4485200728 textproc/dict-client/Makefile
--- a/textproc/dict-client/Makefile     Fri Mar 18 21:08:29 2005 +0000
+++ b/textproc/dict-client/Makefile     Fri Mar 18 22:10:11 2005 +0000
@@ -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@localhost
+MAINTAINER=    tech-pkg%netbsd.org@localhost
 HOMEPAGE=      http://www.dict.org/
 COMMENT=       Dictionary Service Protocol client
 
@@ -14,6 +14,7 @@
 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



Home | Main Index | Thread Index | Old Index