diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2014-12-05 16:36:29 +0800 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2014-12-05 16:36:29 +0800 |
commit | f5e463695bb53ea361aa5447d3b21774e46d4a20 (patch) | |
tree | c1a5432074f44cee7ae8741e2705bf87f70c60b3 /Mk | |
parent | cf7ebd412c408a4b1bf4d4d063e3784c5dae67f6 (diff) | |
download | freebsd-ports-gnome-f5e463695bb53ea361aa5447d3b21774e46d4a20.tar.gz freebsd-ports-gnome-f5e463695bb53ea361aa5447d3b21774e46d4a20.tar.zst freebsd-ports-gnome-f5e463695bb53ea361aa5447d3b21774e46d4a20.zip |
- Update to 2.31
PR: 195559
Submitted by: Jan Beich
MFH: 2014Q4
Security: http://vuxml.org/freebsd/7ae61870-9dd2-4884-a2f2-f19bb5784d09.html
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 2b0e2abd2418..9ba9842c047f 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= 30 -_GECKO_VERSIONS= 30 +_GECKO_DEFAULT_VERSION= 31 +_GECKO_VERSIONS= 31 _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 -30_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +31_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey .elif ${gecko_ARGS:Mthunderbird} |