diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2008-03-03 04:29:35 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2008-03-03 04:29:35 +0000 |
| commit | 98002e90b50433f49f6f10890f4e4c0a8cc02149 (patch) | |
| tree | 60321cd55b9c3eeb1d1b5f76e2b14aa7de92b0c4 /graphics/OpenEXR | |
| parent | 9704c534e99d351cc581f932a8b9910fcab766ea (diff) | |
Notes
Diffstat (limited to 'graphics/OpenEXR')
| -rw-r--r-- | graphics/OpenEXR/Makefile | 4 |
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> |
