summaryrefslogtreecommitdiff
path: root/devel/scmgit
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-09-16 21:50:16 +0000
committercheusov <cheusov@pkgsrc.org>2012-09-16 21:50:16 +0000
commita3efd7ddb795dc182cf25dd6fcbad9c57e77457d (patch)
treedc5686e2f0f0fcd5494bff552bf317d018ac47b2 /devel/scmgit
parentdea16cfacc98ff04166dfdf176bff7fcd1a4f9ae (diff)
downloadpkgsrc-a3efd7ddb795dc182cf25dd6fcbad9c57e77457d.tar.gz
Remove option scmgit-gui from devel/scmgit-base (++pkgrevision). Separate
"gitk" into individual package devel/scmgit-gitk. Approved by wiz@. Tested on RHEL.
Diffstat (limited to 'devel/scmgit')
-rw-r--r--devel/scmgit/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/scmgit/Makefile.common b/devel/scmgit/Makefile.common
index cf93fe8df3b..5a9e9dbf90e 100644
--- a/devel/scmgit/Makefile.common
+++ b/devel/scmgit/Makefile.common
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.common,v 1.22 2012/01/21 10:51:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.23 2012/09/16 21:50:16 cheusov Exp $
#
# used by devel/scmgit-base/Makefile
# used by devel/scmgit-docs/Makefile
+# used by devel/scmgit-gitk/Makefile
.include "../../devel/scmgit/Makefile.version"
@@ -20,12 +21,11 @@ PKG_DESTDIR_SUPPORT= user-destdir
PATCHDIR= ${.CURDIR}/../../devel/scmgit-base/patches
DISTINFO_FILE= ${.CURDIR}/../../devel/scmgit-base/distinfo
-USE_TOOLS+= gmake tar perl sh
+USE_TOOLS+= gmake tar sh
PKG_SYSCONFSUBDIR= git
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
CONFIGURE_ARGS+= --with-shell=${SH:Q}
CONFIGURE_ARGS+= TAR=${TAR:Q}
CONFIGURE_ARGS+= --mandir=${${PREFIX}/${PKGMANDIR}:L:Q}