diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-09 11:12:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-09 11:12:52 +0800 |
commit | eb47f548f58aa9584000c3ee2b3091332fc38204 (patch) | |
tree | ba0fa144d2908c9e976f35c4bf1841c96158a0d7 /www | |
parent | 8ca283dff3b4711d968618bd3c4d32dc45c41cfc (diff) | |
download | marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.gz marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.bz2 marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.lz marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.xz marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.zst marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12236 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index c6dd5096e..4e04bd681 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -3,11 +3,11 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile,v 1.53 2008/08/04 16:58:03 mezz Exp $ +# $MCom: ports/www/mozilla/Makefile,v 1.54 2008/08/07 04:43:01 mezz Exp $ PORTNAME= mozilla PORTVERSION= 1.7.13 -PORTREVISION?= 10 +PORTREVISION?= 11 PORTEPOCH= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -24,7 +24,7 @@ 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. -CONFLICTS= xulrunner-[0-9]* +CONFLICTS= libxul-[0-9]* MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/dist/bin USE_GMAKE= yes USE_BZIP2= yes |