summaryrefslogtreecommitdiff
path: root/devel/cvs-fast-export/Makefile
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-26 10:29:27 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-26 10:29:27 +0000
commita450ca7de3e2cc48b7e15ff1b6bc3a98e4b1434d (patch)
tree8ac5a5251798e87875ac8ab10a6c61181ed02215 /devel/cvs-fast-export/Makefile
parent605616887e210749b4271611033c620a29e7e211 (diff)
downloadpkgsrc-a450ca7de3e2cc48b7e15ff1b6bc3a98e4b1434d.tar.gz
Use flex and patch "'struct tm' has no member named 'tm_zone'" error on SunOS
Diffstat (limited to 'devel/cvs-fast-export/Makefile')
-rw-r--r--devel/cvs-fast-export/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs-fast-export/Makefile b/devel/cvs-fast-export/Makefile
index 0f5cc286260..fabb7693eee 100644
--- a/devel/cvs-fast-export/Makefile
+++ b/devel/cvs-fast-export/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/08/05 02:10:07 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/26 10:29:27 wiedi Exp $
#
DISTNAME= cvs-fast-export-0.5
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.catb.org/~esr/cvs-fast-export/
COMMENT= Export an RCS or CVS history as a fast-import stream
LICENSE= gnu-gpl-v2
-USE_TOOLS+= lex yacc
+USE_TOOLS+= flex yacc
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
.include "../../mk/bsd.pkg.mk"