diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
commit | e720c400e212653dc1e76242fe0dcfc4a6e4f315 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /editors/vim-lang | |
parent | 9b1ec25d568c422f025b58ce280383899c1b8ae9 (diff) | |
download | pkgsrc-e720c400e212653dc1e76242fe0dcfc4a6e4f315.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'editors/vim-lang')
-rw-r--r-- | editors/vim-lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-lang/Makefile b/editors/vim-lang/Makefile index a315531fe70..f1ae532b967 100644 --- a/editors/vim-lang/Makefile +++ b/editors/vim-lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/07 08:07:39 martti Exp $ +# $NetBSD: Makefile,v 1.2 2005/07/19 10:18:59 grant Exp $ PKGNAME= vim-lang-${VIM_VERSION}.${VIM_PATCHLEVEL} @@ -6,7 +6,7 @@ PKGNAME= vim-lang-${VIM_VERSION}.${VIM_PATCHLEVEL} COMMENT= Language files for the vim editor (vi clone) -DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../vim-share +DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share BUILD_TARGET= languages INSTALL_TARGET= install-languages |