diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-14 19:25:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-14 19:25:48 +0000 |
commit | 42c0f23a0010f255a17af0bd96d0009bb21a9c30 (patch) | |
tree | e579643a87861c3c8f8b756069d3354d847fb0ed /textproc/asm-xml | |
parent | ccd0f28df5ec59709b4014ac82fae94e283aa815 (diff) | |
download | ports-42c0f23a0010f255a17af0bd96d0009bb21a9c30.tar.gz ports-42c0f23a0010f255a17af0bd96d0009bb21a9c30.zip |
Notes
Diffstat (limited to 'textproc/asm-xml')
-rw-r--r-- | textproc/asm-xml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/asm-xml/Makefile b/textproc/asm-xml/Makefile index aa08189a0987..c83acc416cc9 100644 --- a/textproc/asm-xml/Makefile +++ b/textproc/asm-xml/Makefile @@ -20,10 +20,16 @@ USE_DOS2UNIX= YES PLIST_FILES= include/asm-xml.h lib/libasm-xml.a +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Does not build on amd64 +.endif + post-extract: ${RM} -rf ${WRKSRC}/obj post-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> |