diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 10:48:22 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 10:48:22 +0000 |
commit | 2625ad7794fa1a15d370943c0b3e359422d3e74e (patch) | |
tree | d7c2848826eb3f627f629e16aad5ce407f3b41f0 /lang/nhc98/Makefile | |
parent | - Update to 2.8.11 (diff) |
build with lang/ghc5 on -current
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r-- | lang/nhc98/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 977984ec1714..2708277faff9 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -26,7 +26,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc +BUILD_DEPENDS+= ghc-5.04.3:${PORTSDIR}/lang/ghc5 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |