svn commit: r350689 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 9 12:37:54 UTC 2014


Author: bapt
Date: Wed Apr  9 12:37:53 2014
New Revision: 350689
URL: http://svnweb.freebsd.org/changeset/ports/350689
QAT: https://qat.redports.org/buildarchive/r350689/

Log:
  Fix dependency on thunderbird

Modified:
  head/Mk/Uses/gecko.mk

Modified: head/Mk/Uses/gecko.mk
==============================================================================
--- head/Mk/Uses/gecko.mk	Wed Apr  9 12:35:20 2014	(r350688)
+++ head/Mk/Uses/gecko.mk	Wed Apr  9 12:37:53 2014	(r350689)
@@ -76,8 +76,8 @@ _GECKO_INSTALLED_VER!=	${LOCALBASE}/bin/
 _GECKO_INSTALLED_VER:=	${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g}
 .endif
 
-# Dependence lines for different Seamonkey versions
-24_DEPENDS=		${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+# Dependence lines for different Thunderbird versions
+24_DEPENDS=		${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird
 
 .else
 IGNORE=	Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird


More information about the svn-ports-head mailing list