diff options
-rw-r--r-- | www/mozilla-devel/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index fe579f36ec17..20bb805e60b1 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -32,6 +32,10 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft +.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) +BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ + illegibly. Please remove the mozilla-fonts package. +.endif .endif LATEST_LINK= mozilla-devel diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index fe579f36ec17..20bb805e60b1 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -32,6 +32,10 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft +.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) +BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ + illegibly. Please remove the mozilla-fonts package. +.endif .endif LATEST_LINK= mozilla-devel diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index fe579f36ec17..20bb805e60b1 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -32,6 +32,10 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft +.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) +BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ + illegibly. Please remove the mozilla-fonts package. +.endif .endif LATEST_LINK= mozilla-devel |