diff options
author | obraun <obraun@FreeBSD.org> | 2004-01-16 12:10:23 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-01-16 12:10:23 +0000 |
commit | 4c8bd4fb995ded8f9dbc0580ff9843c5307e9a8d (patch) | |
tree | 02a1eaaf56f8daf21a6c3a8512c8c5599f0866cc /devel/hs-popenhs | |
parent | 40e054b74737ccf7267833f050fa04dd8ff94578 (diff) | |
download | FreeBSD-ports-4c8bd4fb995ded8f9dbc0580ff9843c5307e9a8d.zip FreeBSD-ports-4c8bd4fb995ded8f9dbc0580ff9843c5307e9a8d.tar.gz |
Use lang/ghc5
Diffstat (limited to 'devel/hs-popenhs')
-rw-r--r-- | devel/hs-popenhs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-popenhs/Makefile b/devel/hs-popenhs/Makefile index fe0d29a..0bf60d6 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 |