diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-07 13:26:56 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-07 13:26:56 +0000 |
commit | 928a9dba803d93f70aa9c5e5f5c01f99f46c1ffe (patch) | |
tree | e927b294f340f2e24b09ccc88f49579b5046a49d /misc | |
parent | d5bf893f49a22adc2330b73427b285efa125093d (diff) | |
download | pkgsrc-928a9dba803d93f70aa9c5e5f5c01f99f46c1ffe.tar.gz |
Fix DEPENDS pattern.
* Detect vim-gtk2.
Pointed out by nonaka@.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vimpager/Makefile | 4 |
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 |