diff options
author | wiedi <wiedi> | 2015-12-14 01:12:08 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2015-12-14 01:12:08 +0000 |
commit | 87b9f8157cbb88cbd0869076d6ffb6ac9fc0f7f4 (patch) | |
tree | 5dd85c9ea362a962b00d20b4c702cfcae0821adc /devel | |
parent | 45560f08233d31d577fdf09d14d9a89b8986cbd0 (diff) | |
download | pkgsrc-87b9f8157cbb88cbd0869076d6ffb6ac9fc0f7f4.tar.gz |
c99 fixes SunOS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs-fast-export/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvs-fast-export/Makefile b/devel/cvs-fast-export/Makefile index e21383ed93c..c259120c379 100644 --- a/devel/cvs-fast-export/Makefile +++ b/devel/cvs-fast-export/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/09/16 16:17:18 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/14 01:12:08 wiedi Exp $ DISTNAME= cvs-fast-export-1.33 CATEGORIES= devel @@ -9,6 +9,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_LANGUAGES= c99 USE_TOOLS+= flex gmake yacc BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc |