diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-17 03:14:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-17 03:14:23 +0000 |
commit | 1e47fd16a03758e7dadb44df553f560f3788a0fb (patch) | |
tree | 93904f9fc3195d43ae0be471c4061ca6328afd1c /graphics/ivtools | |
parent | d01fc76d5e4ad3f41cdb3c4e4d4d10a444a9cf6e (diff) | |
download | ports-1e47fd16a03758e7dadb44df553f560f3788a0fb.tar.gz ports-1e47fd16a03758e7dadb44df553f560f3788a0fb.zip |
Notes
Diffstat (limited to 'graphics/ivtools')
-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 b2bfa456ae44..588b95b74e9a 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 |