- another missing dependency
This commit is contained in:
parent
97466dca96
commit
4198cbefaa
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/19 15:46:01 jim Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/09/21 11:22:03 jasper Exp $
|
||||
|
||||
COMMENT = functions to throw and catch exceptions
|
||||
|
||||
DISTNAME = MonadCatchIO-transformers-0.2.2.0
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
@ -15,6 +16,9 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ghc
|
||||
|
||||
RUN_DEPENDS += ::devel/hs-transformers
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user