diff options
Diffstat (limited to 'graphics/OpenEXR/Makefile')
-rw-r--r-- | graphics/OpenEXR/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index e4213d1d9222..94d1fc8c5341 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -47,4 +47,8 @@ test check: build #.endif #.endif +.if ${ARCH} == "powerpc" +BROKEN= Does not configure on powerpc +.endif + .include <bsd.port.post.mk> |