pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/vimpager vimpager: vim-gtk is no longer a thing, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2179ac9937dd
branches:  trunk
changeset: 370789:2179ac9937dd
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Oct 24 04:24:40 2017 +0000

description:
vimpager: vim-gtk is no longer a thing, but vim-gtk3 is.

Allow that as a dependency.

diffstat:

 misc/vimpager/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9c9422bdce1 -r 2179ac9937dd misc/vimpager/Makefile
--- a/misc/vimpager/Makefile    Tue Oct 24 03:52:06 2017 +0000
+++ b/misc/vimpager/Makefile    Tue Oct 24 04:24:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/02/15 12:39:21 mef Exp $
+# $NetBSD: Makefile,v 1.7 2017/10/24 04:24:40 maya Exp $
 
 DISTNAME=      vimpager-1.8.9
 CATEGORIES=    misc
@@ -9,7 +9,7 @@
 COMMENT=       Use ViM as PAGER
 LICENSE=       2-clause-bsd
 
-DEPENDS+=      vim{,-gtk,-gtk2,-motif,-xaw}>=7.0:../../editors/vim
+DEPENDS+=      vim{,-gtk2,-gtk3,-motif,-xaw}>=7.0:../../editors/vim
 
 NO_BUILD=      yes
 



Home | Main Index | Thread Index | Old Index