diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:46:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:46:11 +0000 |
commit | fc15d7b6c29e5a57ca68f2ea623475fce995c42e (patch) | |
tree | d3d4ab319e983c6c0f3e3d7851a41a9d6ca0a368 | |
parent | 60b90f84bb73c72032816fdfce10677722650f7e (diff) | |
download | ports-fc15d7b6c29e5a57ca68f2ea623475fce995c42e.tar.gz ports-fc15d7b6c29e5a57ca68f2ea623475fce995c42e.zip |
Notes
-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: |