diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 12:10:23 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 12:10:23 +0000 |
commit | c59864499d806be6f0fdb393cf75acd0daf5fc37 (patch) | |
tree | 6793e847b5284f4e09ceded6e967ef16b5661393 /devel/hs-c2hs | |
parent | efb6d0a51344e45b4a00b129c1e2e8a2f3838ae9 (diff) | |
download | ports-c59864499d806be6f0fdb393cf75acd0daf5fc37.tar.gz ports-c59864499d806be6f0fdb393cf75acd0daf5fc37.zip |
Notes
Diffstat (limited to 'devel/hs-c2hs')
-rw-r--r-- | devel/hs-c2hs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 8fb7e2f595fb..520546d4c3f2 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= hs- MAINTAINER= obraun@FreeBSD.org COMMENT= C->Haskell, an Interface Generator for Haskell -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc +BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 +RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 HAS_CONFIGURE= yes USE_GMAKE= yes |