diff options
author | obraun <obraun@FreeBSD.org> | 2004-01-16 18:48:22 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-01-16 18:48:22 +0800 |
commit | c02986c3371b1209589650aeabebff98c8682ae5 (patch) | |
tree | 7705efb892f9beae6d47024d50fd76d3667a5169 /lang/nhc98 | |
parent | 0a7c1a8c57f58de90de05c596ed9c66084e7428c (diff) | |
download | freebsd-ports-graphics-c02986c3371b1209589650aeabebff98c8682ae5.tar.gz freebsd-ports-graphics-c02986c3371b1209589650aeabebff98c8682ae5.tar.zst freebsd-ports-graphics-c02986c3371b1209589650aeabebff98c8682ae5.zip |
build with lang/ghc5 on -current
Diffstat (limited to 'lang/nhc98')
-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 977984ec171..2708277faff 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} |