From 10e08af3c5f8c5d90f674232b031cbb4c438fb8c Mon Sep 17 00:00:00 2001 From: alane Date: Wed, 23 Oct 2002 10:29:16 +0000 Subject: Backout the Xft font lib usage since it doesn't compile. --- www/phoenix/Makefile | 4 ++-- www/phoenix/files/mozconfig.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'www/phoenix') diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile index 1cea1cd..e29b771 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 a2fc6ac..336ea6e 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 -- cgit v1.1