diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 09:16:22 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 09:16:22 +0800 |
commit | bdbbfec4040e29c49c523906d763b1111c4507b3 (patch) | |
tree | 3e81c0e73d7db7a43a63e3e2444cc0b0c7cf2b50 /www/flock/files | |
parent | 043376f79460060089483cf010af997e6927d177 (diff) | |
download | freebsd-ports-gnome-bdbbfec4040e29c49c523906d763b1111c4507b3.tar.gz freebsd-ports-gnome-bdbbfec4040e29c49c523906d763b1111c4507b3.tar.zst freebsd-ports-gnome-bdbbfec4040e29c49c523906d763b1111c4507b3.zip |
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@).
Diffstat (limited to 'www/flock/files')
-rw-r--r-- | www/flock/files/mozconfig.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/flock/files/mozconfig.in b/www/flock/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/flock/files/mozconfig.in +++ b/www/flock/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 |