diff options
Diffstat (limited to 'textproc/dict-client/Makefile')
-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 7a3abe61954..32b5b08f8bb 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2006/06/20 22:38:32 minskim Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-client-1.9.15 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol client -USE_TOOLS+= gmake +USE_TOOLS+= gmake yacc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q} CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q} |