diff options
-rw-r--r-- | cad/chipmunk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/chipmunk/Makefile b/cad/chipmunk/Makefile index f69b527de8d4..2a52744fe28a 100644 --- a/cad/chipmunk/Makefile +++ b/cad/chipmunk/Makefile @@ -29,7 +29,9 @@ USE_GMAKE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Broken pkg-plist on alpha" +BROKEN= Broken pkg-plist on alpha +.elif ${ARCH} == "sparc64" && ${OSVERSION} >= 700042 +BROKEN= Fails to install .endif post-extract: |