aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-03-21 14:51:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-03-21 14:51:52 +0000
commit2276775a7eee4d1c04c55e8baabe15ce0302fade (patch)
tree92a8e56946ecc381fb27ab7b1f295300014e79b4 /Mk/bsd.port.mk
parent84aba31b351a02e8d87fe101d8a0b9ac6dd696af (diff)
downloadports-2276775a7eee4d1c04c55e8baabe15ce0302fade.tar.gz
ports-2276775a7eee4d1c04c55e8baabe15ce0302fade.zip
Remove last occurence of WANT_GNOME which was removed
monthes ago
Notes
Notes: svn path=/head/; revision=465182
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 1c7f0da48ad7..250e87e78aa7 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1412,7 +1412,7 @@ USES+= apache:${USE_APACHE:C/2([0-9])/2.\1/g}
.include "${PORTSDIR}/Mk/bsd.gecko.mk"
.endif
-.if defined(WANT_GNOME) || defined(USE_GNOME) || defined(INSTALLS_ICONS)
+.if defined(USE_GNOME) || defined(INSTALLS_ICONS)
USES+= gnome
.endif