diff options
Diffstat (limited to 'www/kompozer')
-rw-r--r-- | www/kompozer/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 4ee15f053f37..418c8176e070 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -29,10 +29,14 @@ CFLAGS+= -I${X11BASE}/include .include <bsd.port.pre.mk> .include "${.CURDIR}/../mozilla/Makefile.common" -.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +.if ${ARCH} == "ia64" BROKEN= does not build .endif +.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +IGNORE= does not build +.endif + .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif |