aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-07 08:35:22 +0800
committerpav <pav@FreeBSD.org>2007-11-07 08:35:22 +0800
commitaf1799db378712db5ff8323b1db0d159bda92c6e (patch)
treef1fbf09f3cf0cb7bfbb5438c52786290434c504f /textproc
parentbe51da1315bad5706cb7e0ede8ab40839bb69796 (diff)
downloadfreebsd-ports-gnome-af1799db378712db5ff8323b1db0d159bda92c6e.tar.gz
freebsd-ports-gnome-af1799db378712db5ff8323b1db0d159bda92c6e.tar.zst
freebsd-ports-gnome-af1799db378712db5ff8323b1db0d159bda92c6e.zip
- Broken on all platforms
Reported by: pointyhat Approved by: portmgr (hat)
Diffstat (limited to 'textproc')
-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>