diff options
-rw-r--r-- | editors/vim/Makefile | 6 | ||||
-rw-r--r-- | editors/vim/distinfo | 4 | ||||
-rw-r--r-- | editors/vim6/Makefile | 6 | ||||
-rw-r--r-- | editors/vim6/distinfo | 4 |
4 files changed, 14 insertions, 6 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index e13d049..6a640bf 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 378680e..c586229 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 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} diff --git a/editors/vim6/distinfo b/editors/vim6/distinfo index 378680e..c586229 100644 --- a/editors/vim6/distinfo +++ b/editors/vim6/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 |