diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 12:41:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 12:41:26 +0000 |
commit | b81c46f5ad777e64d3d03fbf4aeb8a2386eab348 (patch) | |
tree | 54d9a258231db49052a4aaf88ea4dae10a62ef77 /graphics/ivtools | |
parent | BROKEN on 4.x: Does not compile (diff) |
This is broken everywhere except i386 4.x
Notes
Notes:
svn path=/head/; revision=104452
Diffstat (limited to 'graphics/ivtools')
-rw-r--r-- | graphics/ivtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 5fdf75191611..af0674c7da04 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -25,7 +25,7 @@ MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1 .include <bsd.port.pre.mk> -.if ${ARCH} == alpha || ${ARCH} == sparc64 +.if ${ARCH} != "i386" BROKEN= "fails to configure on ${ARCH}" .endif .if ${ARCH} == i386 && ${OSVERSION} > 500000 |