pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc USE_TOOLS+=yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4553da7af8b
branches:  trunk
changeset: 514939:d4553da7af8b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 20 22:38:32 2006 +0000

description:
USE_TOOLS+=yacc

diffstat:

 textproc/dict-client/Makefile |  4 ++--
 textproc/dict-server/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r df0e79630110 -r d4553da7af8b textproc/dict-client/Makefile
--- a/textproc/dict-client/Makefile     Tue Jun 20 22:35:25 2006 +0000
+++ b/textproc/dict-client/Makefile     Tue Jun 20 22:38:32 2006 +0000
@@ -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 @@
 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 -r df0e79630110 -r d4553da7af8b textproc/dict-server/Makefile
--- a/textproc/dict-server/Makefile     Tue Jun 20 22:35:25 2006 +0000
+++ b/textproc/dict-server/Makefile     Tue Jun 20 22:38:32 2006 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index