diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 06:04:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 06:04:36 +0000 |
commit | 77cc2295d4f660c01bead33c14ae12e3d4f9fbd3 (patch) | |
tree | b698aec541f7c9d44c76ed5437d5460fa9eb9a06 /graphics/s10sh/Makefile | |
parent | bef279845d6404d3cb534f1b6058cec4bbefdc48 (diff) |
Notes
Diffstat (limited to 'graphics/s10sh/Makefile')
-rw-r--r-- | graphics/s10sh/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 4f77f672c84c..8eb023bb87b9 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -25,10 +25,16 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/libusb*' MAKEFILE= ${FILESDIR}/Makefile.bsd +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on ia64 or amd64" +.endif + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |