aboutsummaryrefslogtreecommitdiff
path: root/textproc/asm-xml
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-14 19:25:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-14 19:25:48 +0000
commit42c0f23a0010f255a17af0bd96d0009bb21a9c30 (patch)
treee579643a87861c3c8f8b756069d3354d847fb0ed /textproc/asm-xml
parentccd0f28df5ec59709b4014ac82fae94e283aa815 (diff)
downloadports-42c0f23a0010f255a17af0bd96d0009bb21a9c30.tar.gz
ports-42c0f23a0010f255a17af0bd96d0009bb21a9c30.zip
Notes
Diffstat (limited to 'textproc/asm-xml')
-rw-r--r--textproc/asm-xml/Makefile8
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>