diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
commit | 61b3a6bec83554aeeca93cdf9d7341e6324ccdf3 (patch) | |
tree | 1eb013ac656a4080638378e0568203d553ac3c8b /www/mozilla | |
parent | a46fd54d0407cabc6c6fb96e3bdd7c42656b83fd (diff) | |
download | ports-61b3a6bec83554aeeca93cdf9d7341e6324ccdf3.tar.gz ports-61b3a6bec83554aeeca93cdf9d7341e6324ccdf3.zip |
Notes
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 74c4faf3c4f8..703e78463c4e 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -37,7 +37,7 @@ USE_GNOME= gtk20 libidl .endif .if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) BROKEN= Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ illegibly. Please remove the mozilla-fonts package. |