diff options
author | obraun <obraun@FreeBSD.org> | 2004-01-16 06:56:11 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-01-16 06:56:11 +0800 |
commit | 1ebb6acb0de0e178826427fa9d852e384b189fc5 (patch) | |
tree | 507efe16efa7a152eefde5c87da19a0b43f67719 /lang/ghc5 | |
parent | 4435fd6891bdd02ee2d2c1f5c0e691f8fb15737d (diff) | |
download | freebsd-ports-gnome-1ebb6acb0de0e178826427fa9d852e384b189fc5.tar.gz freebsd-ports-gnome-1ebb6acb0de0e178826427fa9d852e384b189fc5.tar.zst freebsd-ports-gnome-1ebb6acb0de0e178826427fa9d852e384b189fc5.zip |
* Upgrade lang/ghc to 6.2.
* Welcome lang/ghc5 after repocopy from lang/ghc.
* Say goodbye to lang/ghc6.
* Fix dependency of devel/hs-tclhaskell-ghc and devel/hs-uni.
Approved by: portmgr (marcus), maintainer
Repocopy by: joe
Diffstat (limited to 'lang/ghc5')
-rw-r--r-- | lang/ghc5/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/ghc5/Makefile b/lang/ghc5/Makefile index caa3e2ede243..cad25acea151 100644 --- a/lang/ghc5/Makefile +++ b/lang/ghc5/Makefile @@ -1,10 +1,10 @@ -# New ports collection makefile for: ghc -# Date created: 28 August 1999 -# Whom: Simon Marlow <simonmar@microsoft.com> +# New ports collection makefile for: ghc Date created: +# 28 August 1999 Whom: Simon Marlow +# <simonmar@microsoft.com> # # $FreeBSD$ -PORTNAME= ghc +PORTNAME= ghc5 PORTVERSION= 5.04.3 PORTREVISION= 1 CATEGORIES= lang haskell @@ -33,6 +33,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 MAINTAINER= simonmar@microsoft.com COMMENT= A Compiler for the functional language Haskell +WRKSRC= ${WRKDIR}/ghc-${PORTVERSION} USE_PERL5= yes USE_REINPLACE= yes USE_GMAKE= yes |