diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:45:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:45:40 +0000 |
commit | 5064124e5df60f6089f1a4cb1bc09849e2b0da7a (patch) | |
tree | 4386939deb1f4b8a6d1d08926507021e0fcc23ab /mbone | |
parent | bd7d9166eb97fe14b2bb8418f6866b78508ffce3 (diff) | |
download | ports-5064124e5df60f6089f1a4cb1bc09849e2b0da7a.tar.gz ports-5064124e5df60f6089f1a4cb1bc09849e2b0da7a.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 6d7ea6896bb5..6328fabca0ce 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -34,6 +34,10 @@ PLIST_FILES= bin/vat .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not build on sparc64 +.endif + post-install: ${STRIP_CMD} ${PREFIX}/bin/vat |