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/galeon2 | |
parent | Update to 1.5 Beta. For a list of what's new, checkout: (diff) |
Add support for Mozilla 1.5b.
Notes
Notes:
svn path=/head/; revision=88004
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index ab5b13ae3841..6d2fd715a9b6 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -32,7 +32,7 @@ HEADERS_SUFX= .if ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= ${WITH_MOZILLA} HEADERS_SUFX= -devel -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5b" .else MOZILLA= mozilla-gtk2 HEADERS_SUFX= |