diff options
author | beat <beat@FreeBSD.org> | 2011-12-21 16:10:17 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-12-21 16:10:17 +0800 |
commit | f7a614f33e41bcfe3c45c7863669664eacb64df0 (patch) | |
tree | aef71962ca616f8d74f8a10654d345e60351b4d7 /Mk/bsd.gecko.mk | |
parent | 1dad79064e91af9d10463700f84709d5c94d9866 (diff) | |
download | freebsd-ports-gnome-f7a614f33e41bcfe3c45c7863669664eacb64df0.tar.gz freebsd-ports-gnome-f7a614f33e41bcfe3c45c7863669664eacb64df0.tar.zst freebsd-ports-gnome-f7a614f33e41bcfe3c45c7863669664eacb64df0.zip |
- Update SeaMonkey to 2.6
Approved by: portmgr (erwin, implicit)
Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 39a63b778066..1fdc30c2334b 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -192,9 +192,9 @@ Gecko_Pre_Include= bsd.gecko.mk # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 25+ 25 +# Available values: yes 26+ 26 # NOTE: -# default value 25 is used in case of USE_SEAMONKEY=yes +# default value 26 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -295,12 +295,12 @@ USE_SEAMONKEY:= ${USE_SEAMONKEY_BUILD} _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 25 -_SEAMONKEY_VERSIONS= 25 -_SEAMONKEY_RANGE_VERSIONS= 25+ +_SEAMONKEY_DEFAULT_VERSION= 26 +_SEAMONKEY_VERSIONS= 26 +_SEAMONKEY_RANGE_VERSIONS= 26+ -# For specifying [25, 20, ..]+ -_SEAMONKEY_25P= 25 +# For specifying [26, 20, ..]+ +_SEAMONKEY_26P= 26 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given .if ${USE_SEAMONKEY} == "yes" @@ -342,7 +342,7 @@ IGNORE= cannot install: unknown SeaMonkey version: seamonkey-${USE_SEAMONKEY:C .endif # Dependence lines for different SeaMonkey versions -25_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +26_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey # Add dependencies .if defined(USE_SEAMONKEY) |