pkgsrc-Bugs archive

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

pkg/47905: misc/vimpager: wrong DEPENDS for vim-gtk2



>Number:         47905
>Category:       pkg
>Synopsis:       misc/vimpager: wrong DEPENDS for vim-gtk2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 07 13:25:00 +0000 2013
>Originator:     NONAKA Kimihiro
>Release:        6.99.21
>Organization:
>Environment:
NetBSD koharu.myhome.local 6.99.21 NetBSD 6.99.21 (KOHARU) #1985: Thu Jun  6 
22:05:15 JST 2013  
nonaka@koharu.myhome.local:/usr/obj.amd64/sys/arch/amd64/compile/KOHARU amd64
>Description:
wrong DEPENDS for vim-gtk2
>How-To-Repeat:
cd $your_pkgsrc_directory
( cd editors/vim-gtk2 && make install )
( cd misc/vimpager && make install )

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/misc/vimpager/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    6 Jun 2013 09:11:01 -0000       1.2
+++ Makefile    7 Jun 2013 13:12:27 -0000
@@ -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{,-gtk,-gtk2,-motif,-xaw}>=7.0:../../editors/vim
 
 NO_BUILD=      yes
 



Home | Main Index | Thread Index | Old Index