aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-20 03:58:07 +0800
committerobrien <obrien@FreeBSD.org>2000-12-20 03:58:07 +0800
commiteac4b0591b7c1a11d5cae4a3b83f7768d344e1e5 (patch)
tree4f619b773d9286746e83cfd82d7c7ce58b717fe9 /editors/vim
parentf9be5754dfe872722f613dcb7fa88d0931ab2cb5 (diff)
downloadfreebsd-ports-gnome-eac4b0591b7c1a11d5cae4a3b83f7768d344e1e5.tar.gz
freebsd-ports-gnome-eac4b0591b7c1a11d5cae4a3b83f7768d344e1e5.tar.zst
freebsd-ports-gnome-eac4b0591b7c1a11d5cae4a3b83f7768d344e1e5.zip
Update to Vim 6.0 beta Q
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile6
-rw-r--r--editors/vim/distinfo4
2 files changed, 7 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index e13d04920acc..6a640bfac85d 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/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}
diff --git a/editors/vim/distinfo b/editors/vim/distinfo
index 378680e30292..c586229dd7d0 100644
--- a/editors/vim/distinfo
+++ b/editors/vim/distinfo
@@ -1,2 +1,2 @@
-MD5 (vim/vim-6.0o-src.tar.gz) = 9c1db31e15abe53558c60796c0f8226c
-MD5 (vim/vim-6.0o-rt.tar.gz) = b774648231ca6121043e8f88c3aa2f5d
+MD5 (vim/vim-6.0q-src.tar.gz) = 7db20718bfc3bd2c8616be1f68578e27
+MD5 (vim/vim-6.0q-rt.tar.gz) = 25c6cf370c38516a33512b64908af807