svn commit: r465182 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 21 14:51:53 UTC 2018


Author: bapt
Date: Wed Mar 21 14:51:52 2018
New Revision: 465182
URL: https://svnweb.freebsd.org/changeset/ports/465182

Log:
  Remove last occurence of WANT_GNOME which was removed
  monthes ago

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Mar 21 14:39:22 2018	(r465181)
+++ head/Mk/bsd.port.mk	Wed Mar 21 14:51:52 2018	(r465182)
@@ -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
 


More information about the svn-ports-all mailing list