aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/asm-xml
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-01-29 06:43:51 +0800
committerpav <pav@FreeBSD.org>2010-01-29 06:43:51 +0800
commitc623a0fba03749ca071ab91e2d261f15ffe96710 (patch)
tree9d5a6983f7659003675c8dc1f4243e8a79d357c0 /textproc/asm-xml
parentb6917d9a80be94bf3373ef1eb9143c0f53a87930 (diff)
downloadfreebsd-ports-gnome-c623a0fba03749ca071ab91e2d261f15ffe96710.tar.gz
freebsd-ports-gnome-c623a0fba03749ca071ab91e2d261f15ffe96710.tar.zst
freebsd-ports-gnome-c623a0fba03749ca071ab91e2d261f15ffe96710.zip
- Mark BROKEN on 6.X
Reported by: pointyhat
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>