diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-14 00:10:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-14 00:10:45 +0000 |
commit | ab6d0b18de9f13933093af399ee319f28462ec31 (patch) | |
tree | e833a572bb5a35e515d33463eb84b37b6e235e8d /editors/vim-gtk | |
parent | 82497c7f641b52aa709f9474c35e17fe4725f351 (diff) | |
download | pkgsrc-ab6d0b18de9f13933093af399ee319f28462ec31.tar.gz |
buildlink1 -> buildlink2. This should fix pkg/15160 by Brad Forschinger
<bnjf@optushome.com.au>.
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r-- | editors/vim-gtk/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index 9a09ed4481d..3b799e95373 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/03/24 19:38:54 martti Exp $ +# $NetBSD: Makefile,v 1.32 2002/09/14 00:10:46 jlam Exp $ .include "../vim-share/Makefile.common" @@ -9,8 +9,7 @@ COMMENT= Vim editor (vi clone) with X11 GTK+ GUI DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share CONFLICTS+= vim-[0-9]* vim-xaw-[0-9]* -USE_BUILDLINK_ONLY= yes - +USE_X11= yes CONFIGURE_ARGS+= --enable-gui=gtk CONFIGURE_ARGS+= --with-tlib=ncurses @@ -27,8 +26,8 @@ post-install: ${LN} -s vim ${PREFIX}/bin/$$f; \ done -.include "../../devel/ncurses/buildlink.mk" -.include "../../graphics/xpm/buildlink.mk" -.include "../../x11/gtk/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |