aboutsummaryrefslogtreecommitdiff
path: root/graphics/ivtools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-18 12:41:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-18 12:41:26 +0000
commitb81c46f5ad777e64d3d03fbf4aeb8a2386eab348 (patch)
tree54d9a258231db49052a4aaf88ea4dae10a62ef77 /graphics/ivtools
parentf3c86739cc4d230a4182f50221b1012b95ea3a8c (diff)
downloadports-b81c46f5ad777e64d3d03fbf4aeb8a2386eab348.tar.gz
ports-b81c46f5ad777e64d3d03fbf4aeb8a2386eab348.zip
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/Makefile2
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