pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/vimpager



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Oct 24 04:24:40 UTC 2017

Modified Files:
        pkgsrc/misc/vimpager: Makefile

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

Allow that as a dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/vimpager/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/vimpager/Makefile
diff -u pkgsrc/misc/vimpager/Makefile:1.6 pkgsrc/misc/vimpager/Makefile:1.7
--- pkgsrc/misc/vimpager/Makefile:1.6   Mon Feb 15 12:39:21 2016
+++ pkgsrc/misc/vimpager/Makefile       Tue Oct 24 04:24:40 2017
@@ -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 @@ HOMEPAGE=       http://www.vim.org/scripts/scr
 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