diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-25 21:53:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-25 21:53:39 +0000 |
commit | 2ceef55be81940990984ebd7d97c8e9864191f0b (patch) | |
tree | 6593e8e3f612e9e07cc7e56c2958759b53f877be /www/mozilla-devel-gtk2 | |
parent | ab8f3c47bac9b7f4272b0a4ca2f5896b9e694111 (diff) | |
download | FreeBSD-ports-2ceef55be81940990984ebd7d97c8e9864191f0b.zip FreeBSD-ports-2ceef55be81940990984ebd7d97c8e9864191f0b.tar.gz |
FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoid
symbol clashes with, for example, libexpat. This will allow Mozilla and
more precisely, Galeon 2, to work with GTK 2.2.
Diffstat (limited to 'www/mozilla-devel-gtk2')
-rw-r--r-- | www/mozilla-devel-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel-gtk2/Makefile b/www/mozilla-devel-gtk2/Makefile index 9e273ca..adf5a2a 100644 --- a/www/mozilla-devel-gtk2/Makefile +++ b/www/mozilla-devel-gtk2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= www |