summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-03-03 04:29:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-03-03 04:29:35 +0000
commit98002e90b50433f49f6f10890f4e4c0a8cc02149 (patch)
tree60321cd55b9c3eeb1d1b5f76e2b14aa7de92b0c4 /graphics
parent- Update to 4.147 (diff)
Re-enable self-test for sparc64-7.
Requested by: marius
Notes
Notes: svn path=/head/; revision=208362
Diffstat (limited to 'graphics')
-rw-r--r--graphics/OpenEXR/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile
index 17373300575b..de1b00f41c30 100644
--- a/graphics/OpenEXR/Makefile
+++ b/graphics/OpenEXR/Makefile
@@ -33,8 +33,10 @@ test check: build
.include <bsd.port.pre.mk>
-.if defined(PACKAGE_BUILDING) && ${ARCH} != sparc64
+.if defined(PACKAGE_BUILDING)
+.if ${ARCH} != sparc64 || ${OSVERSION} >= 700055
pre-install: test
.endif
+.endif
.include <bsd.port.post.mk>