diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2008-12-21 15:51:54 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2008-12-21 15:51:54 +0000 |
commit | 530aaa4a90d0be86c34efa515f2df2359160068f (patch) | |
tree | 7a75b9b9bba014b044ef075f43911631ec3c36ce /devel/hs-binary | |
parent | f64cdf4c66f2a71c6af95a324572e6fc0d2725cd (diff) |
Fix a small dependency problem
Approved by: miwi
Notes
Notes:
svn path=/head/; revision=224527
Diffstat (limited to 'devel/hs-binary')
-rw-r--r-- | devel/hs-binary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-binary/Makefile b/devel/hs-binary/Makefile index 22b9d9d6c1e1..73b07755d36f 100644 --- a/devel/hs-binary/Makefile +++ b/devel/hs-binary/Makefile @@ -16,7 +16,7 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= Efficient binary serialisation for Haskell BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc GHC_VERSION= 6.8.3 CABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs |