summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-08 16:47:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-08 16:47:20 +0000
commit21f112710c2523930c3ab92dc59a79775556e2ba (patch)
treea62484a50d80de459f1e2f92c3bc00b86784900d /editors/vim
parentUpdate to version 4.52. (diff)
Remove GTK suport. No one has stepped forward with patches to fix it,
and I'm quite tired of getting email about it being broken.
Notes
Notes: svn path=/head/; revision=34920
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 65b2c5afb8ca..51c6ee948c55 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -53,10 +53,7 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vim.1 rgvim.1 vim.1 rgview.1
MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features"
-.if defined(WITH_GTK)
-USE_GTK= yes
-MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --with-gtk-prefix=${X11BASE} --enable-multibyte --enable-fontset --enable-multibyte --enable-xim"
-.elif defined(HAVE_MOTIF)
+.if defined(HAVE_MOTIF)
USE_MOTIF= yes
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\" --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" MOTIFHOME=${X11BASE}
.else