summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-20 22:38:32 +0000
committerminskim <minskim>2006-06-20 22:38:32 +0000
commitb25677c4047c1ac806842d2d90fa6ae60d6caa52 (patch)
treeef0c4fd75a4978f1d08dd8292eac5e6a7252001f /textproc
parent226a0cb9515f93eecb4970a7cc96fce4bd7764aa (diff)
downloadpkgsrc-b25677c4047c1ac806842d2d90fa6ae60d6caa52.tar.gz
USE_TOOLS+=yacc
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dict-client/Makefile4
-rw-r--r--textproc/dict-server/Makefile4
2 files changed, 4 insertions, 4 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}
diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile
index 4a39e4da277..c53c369c2e7 100644
--- a/textproc/dict-server/Makefile
+++ b/textproc/dict-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:11:00 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2006/06/20 22:38:32 minskim Exp $
DISTNAME= dictd-1.9.15
PKGNAME= dict-server-1.9.15
@@ -11,7 +11,7 @@ MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://www.dict.org/
COMMENT= Dictionary Service Protocol server
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake yacc
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q}
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}