diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-10-29 17:22:30 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-10-29 17:22:30 +0000 |
commit | 4a6537bd93bfc916724031e76e9a347284d6a429 (patch) | |
tree | 30aa8e57bc14b6be620238615fa4040e18c7f882 /lang/helium | |
parent | df593bbd438a5d0cafaaf7e51e1a6765aa1bf07c (diff) | |
download | ports-4a6537bd93bfc916724031e76e9a347284d6a429.tar.gz ports-4a6537bd93bfc916724031e76e9a347284d6a429.zip |
Notes
Diffstat (limited to 'lang/helium')
-rw-r--r-- | lang/helium/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/helium/Makefile b/lang/helium/Makefile index b8bc7c1ec1a8..1778ee0851b5 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -7,6 +7,7 @@ PORTNAME= helium PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= lang haskell MASTER_SITES= http://www.cs.uu.nl/helium/distr/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -14,16 +15,17 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= obraun@FreeBSD.org COMMENT= Functional programming compiler for a subset of Haskell +.include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500035 +BROKEN= does not compile +.endif + BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes USE_GMAKE= yes -post-patch: - @${REINPLACE_CMD} -e '/#include "math.h"/d' \ - ${WRKSRC}/lvm/src/runtime/core/primfloat.c - do-configure: @(cd ${WRKSRC}/lvm/src/ && ./configure) @(cd ${WRKSRC}/heliumNT/ && ./configure) @@ -36,4 +38,4 @@ do-install: @(cd ${WRKSRC}/heliumNT/src && ${GMAKE} install) @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |