summaryrefslogtreecommitdiff
path: root/Mk/Uses
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-11-21 20:04:28 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-11-21 20:04:28 +0000
commitc68b369d27dacc373470b24a083c1dd1d1b89d32 (patch)
tree216c5ba0093f2fa3ae37670a3172c0cb686ccfb7 /Mk/Uses
parenta48a7f6b5efbd978c693eada83325cedb7053540 (diff)
downloadfreebsd-ports-c68b369d27dacc373470b24a083c1dd1d1b89d32.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 0799f71ab19e..d9e8fc98a137 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}