diff options
author | pav <pav@FreeBSD.org> | 2008-05-20 07:13:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-20 07:13:13 +0800 |
commit | 7285f5c4083edcf4a1a6642afb6a01ad26c9bf91 (patch) | |
tree | baece768380f386675139b71659b693fdd4f8bf8 | |
parent | 03ed9b1d30f27b2874d00b9b1c288d113f2d6a22 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |