diff options
Diffstat (limited to 'editors/vim-xaw/Makefile')
-rw-r--r-- | editors/vim-xaw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index df48b4ca546..b1d6c7bc3ca 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2012/08/27 14:45:38 morr Exp $ +# $NetBSD: Makefile,v 1.53 2012/10/03 11:43:47 asau Exp $ PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} COMMENT= Vim editor (vi clone) with X11 Athena GUI -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../editors/vim-share/Makefile.common" DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share |