diff options
Diffstat (limited to 'lang/hope/Makefile')
-rw-r--r-- | lang/hope/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/hope/Makefile b/lang/hope/Makefile index 6f90f49832f1..58d9c4a66737 100644 --- a/lang/hope/Makefile +++ b/lang/hope/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hope -PORTVERSION= 0.0 -PORTREVISION= 2 +PORTVERSION= 1.0 CATEGORIES= lang MASTER_SITES= http://www.soi.city.ac.uk/~ross/Hope/ DISTNAME= ${PORTNAME} @@ -15,8 +14,6 @@ DISTNAME= ${PORTNAME} MAINTAINER= lev@FreeBSD.org COMMENT= Hope is lazy interpriter for HOPE applicative language -BROKEN= "Checksum mismatch" - .if defined(WITH_DOCS) BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \ latex2html:${PORTSDIR}/textproc/latex2html |