summaryrefslogtreecommitdiffstats
path: root/editors/vim
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-05 17:24:26 +0000
committerobrien <obrien@FreeBSD.org>2000-12-05 17:24:26 +0000
commit0fdc09695260d5ea9e8c7b06186f34880516ced0 (patch)
treeec7fa85e6731901c5af0be89fd62d4dea82920f5 /editors/vim
parent3f911138a767e89235d3371630da928993d0c3c4 (diff)
downloadFreeBSD-ports-0fdc09695260d5ea9e8c7b06186f34880516ced0.zip
FreeBSD-ports-0fdc09695260d5ea9e8c7b06186f34880516ced0.tar.gz
Finish cleaning up after the switch to Open Motif.
Building with Motif is the default, unless WITH_ATHENA is defined.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 90dbda3..e13d049 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/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)
OpenPOWER on IntegriCloud