diff options
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 |