diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-19 19:58:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-19 19:58:07 +0000 |
commit | eac4b0591b7c1a11d5cae4a3b83f7768d344e1e5 (patch) | |
tree | 4f619b773d9286746e83cfd82d7c7ce58b717fe9 /editors/vim6/Makefile | |
parent | f9be5754dfe872722f613dcb7fa88d0931ab2cb5 (diff) | |
download | FreeBSD-ports-eac4b0591b7c1a11d5cae4a3b83f7768d344e1e5.zip FreeBSD-ports-eac4b0591b7c1a11d5cae4a3b83f7768d344e1e5.tar.gz |
Update to Vim 6.0 beta Q
Diffstat (limited to 'editors/vim6/Makefile')
-rw-r--r-- | editors/vim6/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index e13d049..6a640bf 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 6.0o +PORTVERSION= 6.0q PORTREVISION= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ @@ -56,6 +56,10 @@ MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features" .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} +.elif defined(WITH_GTK) +MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --enable-multibyte --enable-fontset --enable-xim" +MAKE_ARGS+= CONF_OPT_PERL="--enable-pythoninterp" +MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt" .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} |