summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-06-07 13:26:56 +0000
committerryoon <ryoon@pkgsrc.org>2013-06-07 13:26:56 +0000
commit5959fd093301a8726c468fc8f69d5893ade1405e (patch)
treee927b294f340f2e24b09ccc88f49579b5046a49d
parentd386004841423380035d95427dd385c0a92f80b2 (diff)
downloadpkgsrc-5959fd093301a8726c468fc8f69d5893ade1405e.tar.gz
Fix DEPENDS pattern.
* Detect vim-gtk2. Pointed out by nonaka@.
-rw-r--r--misc/vimpager/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vimpager/Makefile b/misc/vimpager/Makefile
index cc894d4b87e..c15bb1513e4 100644
--- a/misc/vimpager/Makefile
+++ b/misc/vimpager/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/06/06 09:11:01 obache Exp $
+# $NetBSD: Makefile,v 1.3 2013/06/07 13:26:56 ryoon Exp $
DISTNAME= vimpager-1.8.2
CATEGORIES= misc
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.vim.org/scripts/script.php?script_id=1723
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