diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-12 16:48:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-12 16:48:56 +0000 |
commit | 2213e9a1d9ccaf87f9cf19a361c8f6e029c9f30b (patch) | |
tree | 71eae0caf37a0c62eabe12337597b04cfad23add /www/mozilla-devel-gtk1/Makefile | |
parent | . Don't override the CFLAGS and CC settings. (diff) |
* Add a knob to optionally build XMLTerm [1]
* Add some extra CLI options to the mozilla.sh script [2]
* Add a patch to prevent crashes when visiting certain Russian sites [3]
* Add a dependency on devel/nspr to avoid problems with Galeon and Epiphany
in certain setups [4]
PR: 55330 [1]
55412 [2]
Submitted by: Alexander Nedotsukov <bland@mail.ru> [1] [2]
Sergey Akifyev <asa@gascom.ru> [4]
Obtained from: www/mozilla-firebird [3]
Notes
Notes:
svn path=/head/; revision=86840
Diffstat (limited to 'www/mozilla-devel-gtk1/Makefile')
-rw-r--r-- | www/mozilla-devel-gtk1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel-gtk1/Makefile b/www/mozilla-devel-gtk1/Makefile index 9e273ca521a3..adf5a2a10424 100644 --- a/www/mozilla-devel-gtk1/Makefile +++ b/www/mozilla-devel-gtk1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= www |