diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-30 03:14:50 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-30 03:14:50 +0000 |
commit | 58d9a697a88527bd87101eefec60c30bd63c69b7 (patch) | |
tree | ddc125956c4b80e8ada7210875bc8964777e67f9 /www | |
parent | f9bcbd7065161a4379be9470dc04ed619d90154e (diff) | |
download | ports-58d9a697a88527bd87101eefec60c30bd63c69b7.tar.gz ports-58d9a697a88527bd87101eefec60c30bd63c69b7.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-devel/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 99523bd12331..13b10e387b3a 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -23,9 +23,10 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ Xft.2:${PORTSDIR}/x11-fonts/libXft -DEPRECATED= "The mozilla team has shifted the development branch of \ +NOT_FOR_ARCHS= ia64 alpha amd64 +DEPRECATED= The mozilla team has shifted the development branch of \ mozilla to seamonkey, this port is outdated and has many \ - vulnerabilities. Consider using www/seamonkey instead" + vulnerabilities. Consider using www/seamonkey instead WRKSRC= ${WRKDIR}/${PORTNAME} MOZILLA?= mozilla-devel @@ -110,22 +111,18 @@ OPTIONS=CALENDAR "Enable the Calendar module" off \ .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "alpha" -BROKEN= "Does not compile on ${ARCH}" -.endif - .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 IGNORE= core dumps on ${ARCH} during post-build .endif .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" +BROKEN= Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ + illegibly. Please remove the mozilla-fonts package .endif .if defined(WITH_CALENDAR) && (defined(WITHOUT_MAILNEWS) || \ defined(WITHOUT_COMPOSER)) -BROKEN= "Calendar requires Composer and Mailnews support." +BROKEN= Calendar requires Composer and Mailnews support. .endif .if ${OSVERSION} < 500000 |