aboutsummaryrefslogtreecommitdiff
path: root/www/kompozer
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2009-04-28 18:40:39 +0000
committerMarius Strobl <marius@FreeBSD.org>2009-04-28 18:40:39 +0000
commit6a888cbfbedc7403a5724ebb073b37a10ca70c47 (patch)
tree7153e4bb158b546dd3e87c5934b0aa5df5a7cce6 /www/kompozer
parentae3d406d215c76e76e9e46887239ce4442113326 (diff)
downloadports-6a888cbfbedc7403a5724ebb073b37a10ca70c47.tar.gz
ports-6a888cbfbedc7403a5724ebb073b37a10ca70c47.zip
Notes
Diffstat (limited to 'www/kompozer')
-rw-r--r--www/kompozer/Makefile12
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