diff options
-rw-r--r-- | lang/hope/Makefile | 8 |
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> |