aboutsummaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-02-02 18:27:19 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-02-02 18:27:19 +0000
commit8f3d8642bfadc15c3f9db51959857ca9278f6624 (patch)
tree90e49d0f3201cbfe0e88dbd1fc3e82cdf46f1ad9 /editors/vim
parent36b4dd457555e24ea1e2bec8696cdab757ba1b10 (diff)
downloadports-8f3d8642bfadc15c3f9db51959857ca9278f6624.tar.gz
ports-8f3d8642bfadc15c3f9db51959857ca9278f6624.zip
Ensure that USES=gnome is set whenever USE_GNOME is used
PR: 235427 Submitted by: Samy Mahmoudi
Notes
Notes: svn path=/head/; revision=491969
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index c1746f6d80cc..33223a785f57 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -103,17 +103,17 @@ CONSOLE_VARS= GUI=no
GNOME_PLIST_SUB= GUI="" DESKTOP=""
GNOME_IMPLIES= NLS
GNOME_USE= GNOME=gdkpixbuf2,libgnomeui XORG=ice,sm,xorgproto,x11,xpm,xt
-GNOME_USES= desktop-file-utils
+GNOME_USES= desktop-file-utils gnome
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
+GTK2_USES= desktop-file-utils gnome
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
+GTK3_USES= desktop-file-utils gnome
GTK3_VARS= GUI=gtk3 INSTALLS_ICONS=yes
MOTIF_CONFIGURE_ENV= MOTIFHOME=${LOCALBASE}