diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 01:16:22 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 01:16:22 +0000 |
commit | 8223e408a4369b7804eda9e8076905c753227f75 (patch) | |
tree | ead6369ed77a195dfd5d46cb16849d096f029c4b /www/firefox36/files/mozconfig.in | |
parent | Update to latest patch from project CVS (diff) |
1. Added Xft2 to lib dependencies. If moz-devel can require it, we can too.
2. Changed .error to BROKEN= to keep other stuff from barfing. Sorry about
that. Of course, I didn't see any of it here. (suggested by marcus@).
Notes
Notes:
svn path=/head/; revision=68626
Diffstat (limited to 'www/firefox36/files/mozconfig.in')
-rw-r--r-- | www/firefox36/files/mozconfig.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox36/files/mozconfig.in b/www/firefox36/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox36/files/mozconfig.in +++ b/www/firefox36/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder |