summaryrefslogtreecommitdiff
path: root/devel/kaptain
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
commit73f86248bd7ce88d58060cf621b9d29042826aa6 (patch)
treefb4cf443300cde8186ddf6c943f98d6e3d8a1ebb /devel/kaptain
parentBROKEN on 5.x: does not compile (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91384
Diffstat (limited to 'devel/kaptain')
-rw-r--r--devel/kaptain/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/kaptain/Makefile b/devel/kaptain/Makefile
index f7aa5d72cafe..8fef8c9831b2 100644
--- a/devel/kaptain/Makefile
+++ b/devel/kaptain/Makefile
@@ -26,6 +26,12 @@ CONFIGURE_ARGS= --enable-mt
MAN1= kaptain.1
INFO= kaptain
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
@@ -33,4 +39,4 @@ post-patch:
@${REINPLACE_CMD} -e \
's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/examples/dia2code.kaptn
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>