summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbjs <bjs>2008-03-03 00:35:13 +0000
committerbjs <bjs>2008-03-03 00:35:13 +0000
commitb789d534f67012f29ce71f3c8ea43a127f469f89 (patch)
tree92e047db1224cfed0a3221c545c0d871135e00ee /devel
parentdffb8a23abbe2c525e0e931fd325998a002395ac (diff)
downloadpkgsrc-b789d534f67012f29ce71f3c8ea43a127f469f89.tar.gz
Add USE_LANGUAGES=c (spotted by dh@, thanks). Bump rev.
Diffstat (limited to 'devel')
-rw-r--r--devel/scmgit-docs/Makefile5
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"