diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-18 18:23:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-18 18:23:53 +0800 |
commit | 7f827a1cc6b9fbe7f43045d067f954b3e5572ae5 (patch) | |
tree | abe8089ac662cd2a022995267331145861c4580f /Mk/Uses | |
parent | f47505e579d7aeb77c5741e00fc796bc8eedc169 (diff) | |
download | freebsd-ports-gnome-7f827a1cc6b9fbe7f43045d067f954b3e5572ae5.tar.gz freebsd-ports-gnome-7f827a1cc6b9fbe7f43045d067f954b3e5572ae5.tar.zst freebsd-ports-gnome-7f827a1cc6b9fbe7f43045d067f954b3e5572ae5.zip |
Unbreak seamonkey-i18n
With hat: portmgr
Diffstat (limited to 'Mk/Uses')
-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} |