diff options
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 |