aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim6
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 65b2c5afb8ca..51c6ee948c55 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/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