diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:31:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:31:19 +0000 |
commit | 6f3b0fc35b9c665a1efe7ce24b4e74e2a25a9ce5 (patch) | |
tree | 6cc695f8b6fc70770059f45039ac11752d5f8fd5 /lang/hope | |
parent | 1e74a30b459e2d037753c4861d2889c08feed251 (diff) | |
download | freebsd-ports-6f3b0fc35b9c665a1efe7ce24b4e74e2a25a9ce5.zip |
BROKEN on 5.1: does not install
Diffstat (limited to 'lang/hope')
-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> |