diff options
author | bjs <bjs> | 2008-03-03 00:35:13 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-03-03 00:35:13 +0000 |
commit | ead5e639639fbd4c497e12ae585844d91e862d4f (patch) | |
tree | 92e047db1224cfed0a3221c545c0d871135e00ee /devel/scmgit-docs | |
parent | 827d571acc6fd9a2d3de691d13aefd3b1e24dcb0 (diff) | |
download | pkgsrc-ead5e639639fbd4c497e12ae585844d91e862d4f.tar.gz |
Add USE_LANGUAGES=c (spotted by dh@, thanks). Bump rev.
Diffstat (limited to 'devel/scmgit-docs')
-rw-r--r-- | devel/scmgit-docs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/scmgit-docs/Makefile b/devel/scmgit-docs/Makefile index 9bbda5a864d..6e0c45b1712 100644 --- a/devel/scmgit-docs/Makefile +++ b/devel/scmgit-docs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/02/28 15:11:29 bjs Exp $ +# $NetBSD: Makefile,v 1.5 2008/03/03 00:35:13 bjs Exp $ # PKGNAME= scmgit-docs-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (documentation) PKG_DESTDIR_SUPPORT= user-destdir @@ -13,7 +14,7 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto BUILD_TARGET= doc -USE_LANGUAGES= # none +USE_LANGUAGES= c INSTALL_TARGET= install-doc .include "${.CURDIR}/../scmgit/Makefile.common" |