diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-29 20:30:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-29 20:30:57 +0000 |
commit | ab6fbe6f6a7a6dc247daf0d67083a9aaf96b8079 (patch) | |
tree | d74032ef2577234c8f32459d376505206e485202 /www/epiphany | |
parent | Update to 1.5 Beta. For a list of what's new, checkout: (diff) |
Add support for Mozilla 1.5b.
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 0ce3d26e0242..1d37ee3fe1a8 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -31,7 +31,7 @@ HEADERS_SUFX= .if ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= ${WITH_MOZILLA} HEADERS_SUFX= -devel -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5a" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5b" .else MOZILLA= mozilla-gtk2 HEADERS_SUFX= |