diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 10:29:16 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 10:29:16 +0000 |
commit | 10e08af3c5f8c5d90f674232b031cbb4c438fb8c (patch) | |
tree | d7f152cab96794c3c47c70866eb20903f6ca3cb2 /www/flock/files | |
parent | 3283e7708ee60ab836310684ae1663e86841a2da (diff) | |
download | FreeBSD-ports-10e08af3c5f8c5d90f674232b031cbb4c438fb8c.zip FreeBSD-ports-10e08af3c5f8c5d90f674232b031cbb4c438fb8c.tar.gz |
Backout <sigh/> the Xft font lib usage since it doesn't compile.
Diffstat (limited to 'www/flock/files')
-rw-r--r-- | www/flock/files/mozconfig.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flock/files/mozconfig.in b/www/flock/files/mozconfig.in index a2fc6ac..336ea6e 100644 --- a/www/flock/files/mozconfig.in +++ b/www/flock/files/mozconfig.in @@ -29,7 +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-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder |