summaryrefslogtreecommitdiff
path: root/lang/hope
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 09:31:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 09:31:19 +0000
commit6f3b0fc35b9c665a1efe7ce24b4e74e2a25a9ce5 (patch)
tree6cc695f8b6fc70770059f45039ac11752d5f8fd5 /lang/hope
parentBROKEN on 5.1: does not compile (diff)
BROKEN on 5.1: does not install
Notes
Notes: svn path=/head/; revision=81204
Diffstat (limited to 'lang/hope')
-rw-r--r--lang/hope/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/hope/Makefile b/lang/hope/Makefile
index f7a3434f2f19..732a34c46f06 100644
--- a/lang/hope/Makefile
+++ b/lang/hope/Makefile
@@ -14,6 +14,12 @@ DISTNAME= ${PORTNAME}
MAINTAINER= lev@serebryakov.spb.ru
COMMENT= Hope is lazy interpriter for HOPE applicative language
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not install"
+.endif
+
.if defined(WITH_DOCS)
BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \
latex2html:${PORTSDIR}/textproc/latex2html
@@ -38,4 +44,4 @@ pre-fetch:
@${ECHO} ""
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>