diff options
author | ahze <ahze@FreeBSD.org> | 2006-09-14 20:35:34 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-09-14 20:35:34 +0800 |
commit | 10fdefa9ccd5c14362a374cdb3dc0268763e491d (patch) | |
tree | c7937208254985507c925cb7d4d1491ca642b65d /www/firefox/Makefile | |
parent | f9aecf0dbd48c69abdcc65af652d483b982fea44 (diff) | |
download | freebsd-ports-gnome-10fdefa9ccd5c14362a374cdb3dc0268763e491d.tar.gz freebsd-ports-gnome-10fdefa9ccd5c14362a374cdb3dc0268763e491d.tar.zst freebsd-ports-gnome-10fdefa9ccd5c14362a374cdb3dc0268763e491d.zip |
- Update to 1.5.0.7
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index efd6668d5de1..7ed74bfeafa2 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -7,10 +7,10 @@ # PORTNAME= firefox -DISTVERSION= 1.5.0.6 +DISTVERSION= 1.5.0.7 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source DISTNAME= ${PORTNAME}-${DISTVERSION}-source @@ -50,7 +50,7 @@ IGNORE= core dumps on ${ARCH} .if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 IGNORE= core dumps on ${ARCH}, kern.osreldate>=601101 needed -.endif +.endif .if ${OSVERSION} >= 600000 MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo |