aboutsummaryrefslogtreecommitdiff
path: root/www/kompozer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/kompozer/Makefile')
-rw-r--r--www/kompozer/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile
index 8e3683d65df7..8dc127961f07 100644
--- a/www/kompozer/Makefile
+++ b/www/kompozer/Makefile
@@ -29,6 +29,10 @@ CFLAGS+= -I${X11BASE}/include
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../mozilla/Makefile.common"
+.if ${ARCH} == "alpha" || ${ARCH} == "ia64"
+IGNORE= Does no build
+.endif
+
.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
.endif