diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-05 17:24:26 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-05 17:24:26 +0000 |
| commit | 5741aab7ed88df12bc0a70a33acdc1d162d446ba (patch) | |
| tree | 004dde84994b66caba619bd70248b476236b3661 /editors/vim6 | |
| parent | 9b96b5afb627c1a9990b27313c5c876a2c2240d8 (diff) | |
Finish cleaning up after the switch to Open Motif.
Building with Motif is the default, unless WITH_ATHENA is defined.
Diffstat (limited to 'editors/vim6')
| -rw-r--r-- | editors/vim6/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 90dbda3a2382..e13d04920acc 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -53,11 +53,12 @@ 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(HAVE_MOTIF) +.if defined(WITH_ATHENA) +MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" +#MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=yes" ${I18N} +.else 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 -MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" .endif .if defined(PACKAGE_BUILDING) |
