From 4fcaf888d6e743e3b5240efac3321e5a5a33c290 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 17 Oct 2003 03:14:23 +0000 Subject: Mark as broken on alpha and sparc64 (fails to configure); also mark as broken on i386 for -current (also fails to configure). Informed maintainer. Curiously, it seems to configure correctly on ia64. --- graphics/ivtools/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'graphics') diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index b2bfa456ae44..588b95b74e9a 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -18,6 +18,13 @@ COMMENT= Drawing editors derived from idraw .include +.if ${ARCH} == alpha || ${ARCH} == sparc64 +BROKEN= "fails to configure on ${ARCH}" +.endif +.if ${ARCH} == i386 && ${OSVERSION} > 500000 +BROKEN= "fails to configure on ${ARCH} with FreeBSD version ${OSVERSION}" +.endif + .if ${XFREE86_VERSION} == 3 BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake .else -- cgit