diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 2827e53e201c..92e4124750c3 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -1,48 +1,44 @@ # New ports collection makefile for: nvu # Date created: August 21, 2004 # Whom: Thierry Thomas # # $FreeBSD$ # $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ # PORTNAME= kompozer DISTVERSION= 0.7.10 PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION}dfsg-src MAINTAINER= miwi@FreeBSD.org COMMENT= Complete Web Authoring Suite WANT_GNOME= yes WANT_PERL= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/mozilla MAKEFILE= client.mk ALL_TARGET= build_all MOZ_EXTENSIONS= wallet,xml-rpc,xmlextras,pref,universalchardet,spellcheck PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux 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 .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 @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" >> ${WRKSRC}/toolkit/components/gnome/Makefile.in .include