Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 12:37:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350689 - head/Mk/Uses
Message-ID:  <201404091237.s39CbsNh024360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404091237.s39CbsNh024360>