diff options
author | obache <obache@pkgsrc.org> | 2013-09-11 01:26:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-09-11 01:26:00 +0000 |
commit | 08ee541bdc0b1b3702c09d8267f676c715c97897 (patch) | |
tree | 9c0557aa14e68e309000d319686325814ae1b6f6 /devel/git-gitk | |
parent | 52599304804f56e337d0a334769a28ea79aae278 (diff) | |
download | pkgsrc-08ee541bdc0b1b3702c09d8267f676c715c97897.tar.gz |
marked to supersede the previous package name.
Diffstat (limited to 'devel/git-gitk')
-rw-r--r-- | devel/git-gitk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/git-gitk/Makefile b/devel/git-gitk/Makefile index 36178d0bf42..b79f0e76780 100644 --- a/devel/git-gitk/Makefile +++ b/devel/git-gitk/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/09/09 13:55:58 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2013/09/11 01:26:00 obache Exp $ PKGNAME= git-gitk-${GIT_VERSION} COMMENT= GIT Tree History Storage Tool (gitk) CONFLICTS+= git-base<1.7.12nb1 CONFLICTS+= scmgit-gitk-[0-9]* +SUPERSEDES+= scmgit-gitk-[0-9]* DEPENDS+= git-base>=1.7.12nb1:../../devel/git-base |