diff options
Diffstat (limited to 'textproc/asm-xml/Makefile')
-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> |