diff options
-rw-r--r-- | graphics/ivtools/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index b2bfa45..588b95b 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -18,6 +18,13 @@ COMMENT= Drawing editors derived from idraw .include <bsd.port.pre.mk> +.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 |