aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2015-01-15 08:51:16 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2015-01-15 08:51:16 +0000
commit151389816dbb01d354af703feab30788d1e11fe9 (patch)
tree22497415cc66eb2cee0ed331de9290ec3f63fa55 /Mk
parente2881573f1472c4bd4cf2f03244de2862690c1dd (diff)
downloadports-151389816dbb01d354af703feab30788d1e11fe9.tar.gz
ports-151389816dbb01d354af703feab30788d1e11fe9.zip
Notes
Diffstat (limited to 'Mk')
-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 8d071366bd3a..4aed4b369e3d 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= 31
-_GECKO_VERSIONS= 31
+_GECKO_DEFAULT_VERSION= 32
+_GECKO_VERSIONS= 32
_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
-31_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+32_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
.elif ${gecko_ARGS:Mthunderbird}