aboutsummaryrefslogtreecommitdiff
path: root/textproc/asm-xml
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-28 22:43:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-28 22:43:51 +0000
commit512060a0586552e27e57c3d95ffdf55a9c36456c (patch)
tree6e5cef4ba0c1e3e8a46f6a4b7ff4d775ab4db56e /textproc/asm-xml
parent62b70a85de3b100d6a95481572ab67d9fc5c39f2 (diff)
downloadports-512060a0586552e27e57c3d95ffdf55a9c36456c.tar.gz
ports-512060a0586552e27e57c3d95ffdf55a9c36456c.zip
- Mark BROKEN on 6.X
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=248772
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 efa6ab3b9296..cca823d30c28 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 ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
post-extract:
${RM} -rf ${WRKSRC}/obj
post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>