aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
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>