aboutsummaryrefslogtreecommitdiff
path: root/devel/zthread
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-09 01:05:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-09 01:05:57 +0000
commit398c7f6cdc8be50329776808ef207d0481bc4393 (patch)
treec3cf7eacdad70bec2c4507c6174e2265b2504958 /devel/zthread
parent1627b7e79e2e62ee00ef00e0e44859fd9ef5742e (diff)
downloadports-398c7f6cdc8be50329776808ef207d0481bc4393.tar.gz
ports-398c7f6cdc8be50329776808ef207d0481bc4393.zip
Notes
Diffstat (limited to 'devel/zthread')
-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>