diff options
author | pav <pav@FreeBSD.org> | 2005-05-31 07:26:50 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-31 07:26:50 +0000 |
commit | eabe3ba61e1c3ba34597267858392d41855e9c4d (patch) | |
tree | b6cee91e630fca798815189b9c8f3d4613bd16ca /editors/vim5 | |
parent | 95f62360d26dc474dea633285bf7eb3541a5368f (diff) | |
download | FreeBSD-ports-eabe3ba61e1c3ba34597267858392d41855e9c4d.zip FreeBSD-ports-eabe3ba61e1c3ba34597267858392d41855e9c4d.tar.gz |
- Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12
Approved by: portmgr (marcus)
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 6e24ae4..9b3d00c 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 |