svn commit: r353746 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sun May 11 23:10:16 UTC 2014


Author: bapt
Date: Sun May 11 23:10:16 2014
New Revision: 353746
URL: http://svnweb.freebsd.org/changeset/ports/353746
QAT: https://qat.redports.org/buildarchive/r353746/

Log:
  WANT_GECKO is not in used anywhere in the ports tree, let's remove it

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun May 11 23:02:23 2014	(r353745)
+++ head/Mk/bsd.port.mk	Sun May 11 23:10:16 2014	(r353746)
@@ -1485,7 +1485,7 @@ PKGCOMPATDIR?=		${LOCALBASE}/lib/compat/
 .include "${PORTSDIR}/Mk/bsd.drupal.mk"
 .endif
 
-.if defined(WANT_GECKO) || defined(USE_GECKO)
+.if defined(USE_GECKO)
 .include "${PORTSDIR}/Mk/bsd.gecko.mk"
 .endif
 
@@ -1947,7 +1947,7 @@ IGNORE=	Do not define STAGEDIR in comman
 .include "${PORTSDIR}/Mk/bsd.fpc.mk"
 .endif
 
-.if defined(WANT_GECKO) || defined(USE_GECKO)
+.if defined(USE_GECKO)
 .include "${PORTSDIR}/Mk/bsd.gecko.mk"
 .endif
 


More information about the svn-ports-all mailing list