summaryrefslogtreecommitdiff
path: root/editors/vim-gtk
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-14 00:10:45 +0000
committerjlam <jlam>2002-09-14 00:10:45 +0000
commit409d6ce46852834441199be2286762c33d39b13c (patch)
treee833a572bb5a35e515d33463eb84b37b6e235e8d /editors/vim-gtk
parent80abf5a73b5690fa660a91135958d591d6274660 (diff)
downloadpkgsrc-409d6ce46852834441199be2286762c33d39b13c.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/Makefile13
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"