diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 13:12:00 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 13:12:00 +0000 |
commit | 43be94999188c57fcf51d1fd66cf3017fa4767e5 (patch) | |
tree | 1bb6b15357acd6a7a269141359d7ffaa7e4fe5e5 /lang | |
parent | - Add CONFLICTS [1] (diff) |
Use lang/ghc5.
Notes
Notes:
svn path=/head/; revision=98295
Diffstat (limited to 'lang')
-rw-r--r-- | lang/helium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/helium/Makefile b/lang/helium/Makefile index c20206645e69..cf709da2df90 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -30,7 +30,7 @@ PLIST_SUB= HINT="@comment " BROKEN= does not compile .endif -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes |