diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 11:24:52 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 11:24:52 +0000 |
commit | e7f5a1f4b8f54276267a59b01fe01f994e0bd89e (patch) | |
tree | d35cb7bb4850317aad48fcb626465f96b065590c /x11-toolkits/hs-gtk2hs | |
parent | 2625ad7794fa1a15d370943c0b3e359422d3e74e (diff) |
Use lang/ghc5
Notes
Notes:
svn path=/head/; revision=98278
Diffstat (limited to 'x11-toolkits/hs-gtk2hs')
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 133d541d4bd3..9389bbeeb6a6 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= hs- MAINTAINER= obraun@FreeBSD.org COMMENT= A GTK2 Binding 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 USE_GNOME= gtk20 |