diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/kompozer/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 2827e53e201c..92e4124750c3 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -29,17 +29,13 @@ DESKTOP_ENTRIES="Kompozer" "${COMMENT}" \ "${PREFIX}/lib/kompozer/icons/mozicon50.xpm" "${PORTNAME}" \ "Application;Network;" true +NOT_FOR_ARCHS= ia64 sparc64 +NOT_FOR_ARCHS_REASON_ia64= does not build +NOT_FOR_ARCHS_REASON_sparc64= crashes in font selection + .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/Makefile.common" -.if ${ARCH} == "ia64" -BROKEN= does not build -.endif - -.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 -IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 -.endif - post-patch: @${RM} -f ${WRKSRC}/config.status ${WRKSRC}/config.cache @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" >> ${WRKSRC}/toolkit/components/Makefile.in |