diff options
author | joerg <joerg> | 2009-02-11 18:49:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-11 18:49:04 +0000 |
commit | ea794345bd6a62b57fdf486a9c488b5c395637d4 (patch) | |
tree | 3224d05aa7e9e78884446f0c6910d23625411383 /www | |
parent | 1a0c45ed23d7f027528cdc8a5dcc35e6cad762ee (diff) | |
download | pkgsrc-ea794345bd6a62b57fdf486a9c488b5c395637d4.tar.gz |
Revert unintended change.
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 |