diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 18:29:16 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 18:29:16 +0800 |
commit | 10e08af3c5f8c5d90f674232b031cbb4c438fb8c (patch) | |
tree | d7f152cab96794c3c47c70866eb20903f6ca3cb2 /www/firefox36/Makefile | |
parent | 3283e7708ee60ab836310684ae1663e86841a2da (diff) | |
download | freebsd-ports-gnome-10e08af3c5f8c5d90f674232b031cbb4c438fb8c.tar.gz freebsd-ports-gnome-10e08af3c5f8c5d90f674232b031cbb4c438fb8c.tar.zst freebsd-ports-gnome-10e08af3c5f8c5d90f674232b031cbb4c438fb8c.zip |
Backout <sigh/> the Xft font lib usage since it doesn't compile.
Diffstat (limited to 'www/firefox36/Makefile')
-rw-r--r-- | www/firefox36/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 1cea1cd3051b..e29b771f7c35 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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 |