aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-02-09 09:05:57 +0800
committerlinimon <linimon@FreeBSD.org>2004-02-09 09:05:57 +0800
commit8a0d392f42d43fdc9c9c80d503c006f74612411a (patch)
tree658d89048dd2e30b29a907740611a0f457ae19da /devel
parent04d8e2f91c2a674194ac9eee3456632e0e16a709 (diff)
downloadfreebsd-ports-gnome-8a0d392f42d43fdc9c9c80d503c006f74612411a.tar.gz
freebsd-ports-gnome-8a0d392f42d43fdc9c9c80d503c006f74612411a.tar.zst
freebsd-ports-gnome-8a0d392f42d43fdc9c9c80d503c006f74612411a.zip
Mark as broken on 5.x. Informed maintainer.
Diffstat (limited to 'devel')
-rw-r--r--devel/zthread/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile
index 6eb6237d036e..bb9be964c15b 100644
--- a/devel/zthread/Makefile
+++ b/devel/zthread/Makefile
@@ -23,6 +23,13 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/html ${EXAMPLESDIR}
@@ -33,4 +40,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>