diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 10:29:16 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 10:29:16 +0000 |
commit | 3ef118d2effe91e3119705068a5ca046fc29f174 (patch) | |
tree | 925b80cdefeed4b2f32289be9821ebb210c6103c /www/phoenix | |
parent | c9c3b43f8c06671a0e0a94678e278e7f265cc018 (diff) |
Backout <sigh/> the Xft font lib usage since it doesn't compile.
Notes
Notes:
svn path=/head/; revision=68650
Diffstat (limited to 'www/phoenix')
-rw-r--r-- | www/phoenix/Makefile | 4 | ||||
-rw-r--r-- | www/phoenix/files/mozconfig.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile index 1cea1cd3051b..e29b771f7c35 100644 --- a/www/phoenix/Makefile +++ b/www/phoenix/Makefile @@ -19,8 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - Xft2.2:${PORTSDIR}/x11-fonts/Xft + freetype.9:${PORTSDIR}/print/freetype2 + #Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 diff --git a/www/phoenix/files/mozconfig.in b/www/phoenix/files/mozconfig.in index a2fc6ac7a20f..336ea6e8d8c9 100644 --- a/www/phoenix/files/mozconfig.in +++ b/www/phoenix/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 |