diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 19:08:23 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 19:08:23 +0000 |
commit | 0cadda8f95dd95e403342d69ac0a2da574fed4b0 (patch) | |
tree | ae311a45006303eb67bb8e6cf57b5985c54eab69 /textproc/regxml | |
parent | 0b3833871560e2ddc57d6dde0fc99dc58ffdf032 (diff) | |
download | pkgsrc-0cadda8f95dd95e403342d69ac0a2da574fed4b0.tar.gz |
needs yacc
Diffstat (limited to 'textproc/regxml')
-rw-r--r-- | textproc/regxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/regxml/Makefile b/textproc/regxml/Makefile index 3b5f48c25ab..6f3170ae8c6 100644 --- a/textproc/regxml/Makefile +++ b/textproc/regxml/Makefile @@ -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 @@ HOMEPAGE= http://git.huoc.org/?p=regxml.git;a=summary 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/-.*//} |