diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-31 07:26:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-31 07:26:50 +0000 |
commit | dbd3fce72447fcf1ad9debaca91e011a207045f7 (patch) | |
tree | ea49b2924d1f12cfae5bd47fe8924bb11d72b881 /editors/vim5 | |
parent | 8caa86fb9b5775da4ceabfb476b727716cb6b92e (diff) | |
download | ports-dbd3fce72447fcf1ad9debaca91e011a207045f7.tar.gz ports-dbd3fce72447fcf1ad9debaca91e011a207045f7.zip |
Notes
Diffstat (limited to 'editors/vim5')
-rw-r--r-- | editors/vim5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 6e24ae4156da..9b3d00c52628 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -51,7 +51,7 @@ WITHOUT_X11= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena" ${I18N} #MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=yes" ${I18N} .elif defined(WITH_GTK) -USE_GTK= yes +USE_GNOME+= gtk12 MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --with-gtk-prefix=${X11BASE}" ${I18N} .else USE_MOTIF= yes |