diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-08 16:47:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-08 16:47:20 +0000 |
commit | 21f112710c2523930c3ab92dc59a79775556e2ba (patch) | |
tree | a62484a50d80de459f1e2f92c3bc00b86784900d /editors | |
parent | Update 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')
-rw-r--r-- | editors/vim/Makefile | 5 | ||||
-rw-r--r-- | editors/vim6/Makefile | 5 |
2 files changed, 2 insertions, 8 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 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 |