pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/regxml needs yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9fb572afc9d
branches:  trunk
changeset: 648595:f9fb572afc9d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 19:08:23 2015 +0000

description:
needs yacc

diffstat:

 textproc/regxml/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 33aa10d5ed8a -r f9fb572afc9d textproc/regxml/Makefile
--- a/textproc/regxml/Makefile  Sun Mar 15 18:59:08 2015 +0000
+++ b/textproc/regxml/Makefile  Sun Mar 15 19:08:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/04/06 13:01:28 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2015/03/15 19:08:23 tnn Exp $
 #
 
 DISTNAME=      regxml-${SNAPSHOT_DATE}-${SNAPSHOT_HASH:C/(......).*/\1/}
@@ -37,7 +37,7 @@
 COMMENT=       Command line utilities for XML stream manipulation
 LICENSE=       2-clause-bsd
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake yacc
 MAKE_FILE=     GNUmakefile
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:C/-.*//}



Home | Main Index | Thread Index | Old Index