diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-07 00:35:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-07 00:35:22 +0000 |
commit | 654419e5035535da4604afd14845af2a08d18748 (patch) | |
tree | ed03c5e3efff515cbc3072d7838558af9e6ce500 /textproc/asm-xml | |
parent | 3888e194dcf271c6e406d5dd5a32a4dac87a11dc (diff) | |
download | ports-654419e5035535da4604afd14845af2a08d18748.tar.gz ports-654419e5035535da4604afd14845af2a08d18748.zip |
Notes
Diffstat (limited to 'textproc/asm-xml')
-rw-r--r-- | textproc/asm-xml/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/asm-xml/Makefile b/textproc/asm-xml/Makefile index c83acc416cc9..9cb31a6294a7 100644 --- a/textproc/asm-xml/Makefile +++ b/textproc/asm-xml/Makefile @@ -15,21 +15,17 @@ COMMENT= Very fast XML parser and decoder written in pure assembler BUILD_DEPENDS= fasm:${PORTSDIR}/lang/fasm +BROKEN= Does not build on amd64 + ONLY_FOR_ARCHS= i386 amd64 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.post.mk> +.include <bsd.port.mk> |