diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-05 14:21:27 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-05 14:21:27 +0000 |
commit | eb38e678d2342fd0eeb33b82908848cff212a904 (patch) | |
tree | 8557a4c19588bd8840f1bee8ee8992b664457fdc | |
parent | - Explicitly list BUILD_DEPENDS (diff) |
- Add math-functions to chase the addition of math/hs-math-functions
Submitted by: wen
Notes
Notes:
svn path=/head/; revision=290437
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index bac95a70c56e..4869cfbdf443 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -118,6 +118,7 @@ lazysmallcheck_port= devel/hs-lazysmallcheck lhs2tex_port= textproc/hs-lhs2tex libmpd_port= audio/hs-libmpd libxml_port= textproc/hs-libxml +math-functions_port= math/hs-math-functions MemoTrie_port= devel/hs-MemoTrie mime_port= mail/hs-mime MissingH_port= devel/hs-MissingH |