diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:08:49 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:08:49 +0000 |
commit | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (patch) | |
tree | ad7fc41e83124b14a4f9c94aa2581bd3df105324 /editors/vim | |
parent | deskutils: Add missing USES={gnome,mate,php} (diff) |
e*: Add missing USES={gnome,sdl,xorg}
Diffstat (limited to 'editors/vim')
-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 8b3dc4dcec27..64b893c701c3 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -86,6 +86,7 @@ NLS_USES= gettext # UI ATHENA_PLIST_SUB= GUI="" DESKTOP="@comment " +ATHENA_USES= xorg ATHENA_USE= XORG=ice,sm,x11,xaw,xmu,xpm,xt ATHENA_VARS= GUI=athena @@ -101,19 +102,19 @@ GNOME_VARS= GUI=gnome2 INSTALLS_ICONS=yes GTK2_PLIST_SUB= GUI="" DESKTOP="" GTK2_USE= GNOME=gdkpixbuf2,gtk20 XORG=ice,sm,x11,xpm,xt -GTK2_USES= desktop-file-utils gnome +GTK2_USES= desktop-file-utils gnome xorg GTK2_VARS= GUI=gtk2 INSTALLS_ICONS=yes GTK3_PLIST_SUB= GUI="" DESKTOP="" GTK3_USE= GNOME=cairo,gdkpixbuf2,gtk30 XORG=ice,sm,x11,xpm,xt -GTK3_USES= desktop-file-utils gnome +GTK3_USES= desktop-file-utils gnome xorg GTK3_VARS= GUI=gtk3 INSTALLS_ICONS=yes MOTIF_CONFIGURE_ENV= MOTIFHOME=${LOCALBASE} MOTIF_CONFIGURE_WITH= motif-lib="${MOTIFLIB}" MOTIF_PLIST_SUB= GUI="" DESKTOP="@comment " MOTIF_USE= XORG=ice,sm,x11,xmu,xt -MOTIF_USES= motif +MOTIF_USES= motif xorg MOTIF_VARS= GUI=motif X11_CONFIGURE_WITH= x |