diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 4961a81eedd..cc1021b857b 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/02/11 16:21:04 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2009/02/11 18:49:04 joerg Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 PKGREVISION= 1 @@ -21,7 +21,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.4 .include "../../www/firefox/Makefile-firefox.common" MAINTAINER= tnn@NetBSD.org -MOZ_VER= 3.0.5 +MOZ_VER= 3.0.6 XPTCFILES:= ${XPTCFILES:C,^,../../firefox3/files/,} DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR |