diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-18 10:23:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-18 10:23:53 +0000 |
commit | 3361ebd03ec568ac6dc68cb3842e819889233405 (patch) | |
tree | abe8089ac662cd2a022995267331145861c4580f /Mk | |
parent | eb93c4ceaf2a7d76f8cce0862f1b59a5de77dfa7 (diff) | |
download | freebsd-ports-3361ebd03ec568ac6dc68cb3842e819889233405.zip |
Unbreak seamonkey-i18n
With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index 96fdca0a47ab..caa755ec9109 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g .elif ${gecko_ARGS:Mseamonkey} -_GECKO_DEFAULT_VERSION= 29 -_GECKO_VERSIONS= 29 +_GECKO_DEFAULT_VERSION= 30 +_GECKO_VERSIONS= 30 _GECKO_TYPE= seamonkey .if exists(${LOCALBASE}/bin/seamonkey) @@ -61,7 +61,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9]*:C/[0-9].([0-9][0-9]).*/\1/ .endif # Dependence lines for different Seamonkey versions -29_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +30_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey .elif ${gecko_ARGS:Mthunderbird} |