diff options
author | adamw <adamw@FreeBSD.org> | 2017-01-10 23:23:32 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-01-10 23:23:32 +0800 |
commit | 71d923c53afe51cec94009311cd9cf0323f0f5aa (patch) | |
tree | 10e0e9db05ddd60d467dd0eec769820ea0d806f4 /editors | |
parent | 7daf0fa80bc7b1b8a445032bfe2a10c9e36658cc (diff) | |
download | freebsd-ports-gnome-71d923c53afe51cec94009311cd9cf0323f0f5aa.tar.gz freebsd-ports-gnome-71d923c53afe51cec94009311cd9cf0323f0f5aa.tar.zst freebsd-ports-gnome-71d923c53afe51cec94009311cd9cf0323f0f5aa.zip |
Set INSTALLS_ICONS when installing the .desktop files.
Reported by: Kevin Zheng
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 8fb77bfb5651..8f519a37cc9b 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -3,7 +3,7 @@ PORTNAME= vim PORTVERSION= 8.0.0149 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -98,16 +98,19 @@ GNOME_PLIST_SUB= GUI="" DESKTOP="" GNOME_IMPLIES= NLS GNOME_USE= GNOME=gdkpixbuf2,libgnomeui XORG=ice,sm,glproto,x11,xpm,xt GNOME_USES= desktop-file-utils +GNOME_VARS= INSTALLS_ICONS=yes GTK2_MAKE_ARGS= CONF_OPT_GUI=--enable-gui=gtk2 GTK2_PLIST_SUB= GUI="" DESKTOP="" GTK2_USE= GNOME=gdkpixbuf2,gtk20 XORG=ice,sm,x11,xpm,xt GTK2_USES= desktop-file-utils +GTK2_VARS= INSTALLS_ICONS=yes GTK3_MAKE_ARGS= CONF_OPT_GUI=--enable-gui=gtk3 GTK3_PLIST_SUB= GUI="" DESKTOP="" GTK3_USE= GNOME=cairo,gdkpixbuf2,gtk30 XORG=ice,sm,x11,xpm,xt GTK3_USES= desktop-file-utils +GTK3_VARS= INSTALLS_ICONS=yes MOTIF_MAKE_ARGS= CONF_OPT_GUI='--enable-gui=motif --with-motif-lib="${MOTIFLIB}"' MOTIFHOME=${LOCALBASE} MOTIF_PLIST_SUB= GUI="" DESKTOP="@comment " |