diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-16 23:29:49 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-16 23:29:49 +0800 |
commit | dc9a26b7c57a69b4614be6ab318e8dd53ba396cc (patch) | |
tree | 20dcfbb5abeba07e99e023623f3e3fa53c0f3fc5 /www | |
parent | 5ba38a91134c5e2e1e98ae5cf0d05747137f2194 (diff) | |
download | marcuscom-ports-dc9a26b7c57a69b4614be6ab318e8dd53ba396cc.tar marcuscom-ports-dc9a26b7c57a69b4614be6ab318e8dd53ba396cc.tar.gz marcuscom-ports-dc9a26b7c57a69b4614be6ab318e8dd53ba396cc.tar.bz2 marcuscom-ports-dc9a26b7c57a69b4614be6ab318e8dd53ba396cc.tar.lz marcuscom-ports-dc9a26b7c57a69b4614be6ab318e8dd53ba396cc.tar.xz marcuscom-ports-dc9a26b7c57a69b4614be6ab318e8dd53ba396cc.tar.zst marcuscom-ports-dc9a26b7c57a69b4614be6ab318e8dd53ba396cc.zip |
Sync with ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8570 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index f60906ca0..f4481bda7 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports-stable/www/mozilla/Makefile,v 1.15 2006/10/18 17:29:07 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile,v 1.42 2006/12/09 15:32:06 ahze Exp $ PORTNAME= mozilla PORTVERSION= 1.7.13 @@ -20,6 +20,10 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-source${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org COMMENT= The open source, standards compliant web browser +DEPRECATED= The mozilla team has shifted the development branch of mozilla to \ + seamonkey, this port is outdated and has many vulnerabilities. \ + Please consider using www/seamonkey or www/firefox instead. + MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/dist/bin USE_GMAKE= yes USE_BZIP2= yes |