diff options
author | obraun <obraun@FreeBSD.org> | 2004-01-16 20:10:23 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-01-16 20:10:23 +0800 |
commit | 4c8bd4fb995ded8f9dbc0580ff9843c5307e9a8d (patch) | |
tree | 02a1eaaf56f8daf21a6c3a8512c8c5599f0866cc | |
parent | 40e054b74737ccf7267833f050fa04dd8ff94578 (diff) | |
download | freebsd-ports-gnome-4c8bd4fb995ded8f9dbc0580ff9843c5307e9a8d.tar.gz freebsd-ports-gnome-4c8bd4fb995ded8f9dbc0580ff9843c5307e9a8d.tar.zst freebsd-ports-gnome-4c8bd4fb995ded8f9dbc0580ff9843c5307e9a8d.zip |
Use lang/ghc5
-rw-r--r-- | devel/hs-c2hs/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-popenhs/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/devel/hs-popenhs/Makefile b/devel/hs-popenhs/Makefile index fe0d29a809b0..0bf60d64b190 100644 --- a/devel/hs-popenhs/Makefile +++ b/devel/hs-popenhs/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= hs- MAINTAINER= obraun@FreeBSD.org COMMENT= A popen-like library 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_GMAKE= yes HAS_CONFIGURE= yes |