diff options
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 23b3dfeb235d..907d64d5eab3 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,5 +1,6 @@ PORTNAME= vim -PORTVERSION= 9.1.1401 +PORTVERSION= 9.1.1563 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -64,7 +65,7 @@ GUI= gtk2 CONFIGURE_ARGS+=--enable-xim --enable-fontset PLIST_SUB+= GUI="" DESKTOP="" USES+= desktop-file-utils gnome xorg -USE_GNOME= gdkpixbuf gtk20 +USE_GNOME= gdkpixbufextra gtk20 USE_XORG= ice sm x11 xpm xt .elif ${FLAVOR:U} == gtk3 @@ -72,7 +73,7 @@ GUI= gtk3 CONFIGURE_ARGS+=--enable-xim --enable-fontset PLIST_SUB+= GUI="" DESKTOP="" USES+= desktop-file-utils gnome xorg -USE_GNOME= cairo gdkpixbuf gtk30 +USE_GNOME= cairo gdkpixbufextra gtk30 USE_XORG= ice sm x11 xpm xt .elif ${FLAVOR:U} == motif |