aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-05-20 07:13:13 +0800
committerpav <pav@FreeBSD.org>2008-05-20 07:13:13 +0800
commit7285f5c4083edcf4a1a6642afb6a01ad26c9bf91 (patch)
treebaece768380f386675139b71659b693fdd4f8bf8
parent03ed9b1d30f27b2874d00b9b1c288d113f2d6a22 (diff)
downloadfreebsd-ports-gnome-7285f5c4083edcf4a1a6642afb6a01ad26c9bf91.tar.gz
freebsd-ports-gnome-7285f5c4083edcf4a1a6642afb6a01ad26c9bf91.tar.zst
freebsd-ports-gnome-7285f5c4083edcf4a1a6642afb6a01ad26c9bf91.zip
- Disable selftext on amd64/8 - we have a runaway IlmImfTest on pointyhat
-rw-r--r--graphics/OpenEXR/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile
index f74424a453e3..726249eb5821 100644
--- a/graphics/OpenEXR/Makefile
+++ b/graphics/OpenEXR/Makefile
@@ -35,8 +35,10 @@ test check: build
.if defined(PACKAGE_BUILDING)
.if ${ARCH} != sparc64 || ${OSVERSION} >= 700055
+.if ${ARCH} != amd64 || ${OSVERSION} < 800000
pre-install: test
.endif
.endif
+.endif
.include <bsd.port.post.mk>