diff options
author | lev <lev@FreeBSD.org> | 2003-12-08 18:53:27 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2003-12-08 18:53:27 +0800 |
commit | 321843846e1a6e3f98052516c6b3310593c40004 (patch) | |
tree | 7b8fdb1470c4699835f43681209d3e3d0d529fa8 /lang/hope/Makefile | |
parent | 227ebc321e3a2430378d8c4cc0b8bbe08b5c3824 (diff) | |
download | freebsd-ports-gnome-321843846e1a6e3f98052516c6b3310593c40004.tar.gz freebsd-ports-gnome-321843846e1a6e3f98052516c6b3310593c40004.tar.zst freebsd-ports-gnome-321843846e1a6e3f98052516c6b3310593c40004.zip |
Fix building on 5-CURRENT
PR: ports/60018
Submitted by: FreeBSD-gnats-submit@freebsd.org
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 970599bc1071..c38ef85999b6 100644 --- a/lang/hope/Makefile +++ b/lang/hope/Makefile @@ -7,6 +7,7 @@ PORTNAME= hope PORTVERSION= 0.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.soi.city.ac.uk/~ross/Hope/ DISTNAME= ${PORTNAME} @@ -29,10 +30,6 @@ MAN1= hope.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not install" -.endif - pre-fetch: .if !defined(WITH_DOCS) @${ECHO} "" |