diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:24:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:24:01 +0000 |
commit | a5290490543c0f6d45bd4ad4601caf19769309ab (patch) | |
tree | 9982941bcca7474b10cf20cf6042dfda8bef6158 /devel/libassa/Makefile | |
parent | 091c27ec82561012fa0aa6c6080e61b9e3e70bdd (diff) | |
download | ports-a5290490543c0f6d45bd4ad4601caf19769309ab.tar.gz ports-a5290490543c0f6d45bd4ad4601caf19769309ab.zip |
BROKEN on sparc64: Does not build
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132011
Diffstat (limited to 'devel/libassa/Makefile')
-rw-r--r-- | devel/libassa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index e238d26c1c83..42bc1a7e8ca9 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -25,4 +25,8 @@ INSTALLS_SHLIB= yes USE_GCC= 3.3 .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not build" +.endif + .include <bsd.port.post.mk> |