diff options
author | kris <kris@FreeBSD.org> | 2007-04-15 03:25:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-15 03:25:48 +0800 |
commit | e622701c7dab3e72ebe401e2eb298555338c4927 (patch) | |
tree | 6e59aacb5d637c33eae47d64056e8fa31626ee02 /textproc/asm-xml | |
parent | 8f83f3f233eed4ac37fbe6980be6efdd00d483c4 (diff) | |
download | freebsd-ports-gnome-e622701c7dab3e72ebe401e2eb298555338c4927.tar.gz freebsd-ports-gnome-e622701c7dab3e72ebe401e2eb298555338c4927.tar.zst freebsd-ports-gnome-e622701c7dab3e72ebe401e2eb298555338c4927.zip |
BROKEN on amd64: Does not build (sig11)
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> |