aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-11-22 04:04:28 +0800
committerjbeich <jbeich@FreeBSD.org>2015-11-22 04:04:28 +0800
commit5ce62554b75d2c14a37ffbeb6198ae9457800d87 (patch)
tree216c5ba0093f2fa3ae37670a3172c0cb686ccfb7 /Mk/Uses
parentc922cb18c517b98bae7d28961e64794049347353 (diff)
downloadfreebsd-ports-graphics-5ce62554b75d2c14a37ffbeb6198ae9457800d87.tar.gz
freebsd-ports-graphics-5ce62554b75d2c14a37ffbeb6198ae9457800d87.tar.zst
freebsd-ports-graphics-5ce62554b75d2c14a37ffbeb6198ae9457800d87.zip
www/seamonkey-i18n: unbreak after r401981
=======================<phase: configure >============================ ===> seamonkey-i18n-2.39 cannot install: seamonkey versions mismatch: seamonkey-39 is installed and wanted version is seamonkey-. *** Error code 1 PR: 204692 Reported by: pkg-fallout, martin.dieringer@gmx.de MFH: 2015Q4 X-MFH-With: r401981
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/gecko.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk
index 0799f71ab19..d9e8fc98a13 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= 33
-_GECKO_VERSIONS= 33
+_GECKO_DEFAULT_VERSION= 39
+_GECKO_VERSIONS= 39
_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
-33_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+39_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
.elif ${gecko_ARGS:Mthunderbird}