aboutsummaryrefslogtreecommitdiff
path: root/textproc/asm-xml/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-07 00:35:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-07 00:35:22 +0000
commit654419e5035535da4604afd14845af2a08d18748 (patch)
treeed03c5e3efff515cbc3072d7838558af9e6ce500 /textproc/asm-xml/Makefile
parent3888e194dcf271c6e406d5dd5a32a4dac87a11dc (diff)
downloadports-654419e5035535da4604afd14845af2a08d18748.tar.gz
ports-654419e5035535da4604afd14845af2a08d18748.zip
- Broken on all platforms
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202553
Diffstat (limited to 'textproc/asm-xml/Makefile')
-rw-r--r--textproc/asm-xml/Makefile10
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>