add missing dependencies

"just commit them" kili@
This commit is contained in:
jim 2010-09-21 16:19:39 +00:00
parent 09b62d428a
commit 14613a7d28
2 changed files with 14 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/19 16:29:38 jim Exp $
# $OpenBSD: Makefile,v 1.2 2010/09/21 16:20:23 jim Exp $
COMMENT = xhtml templating system
DISTNAME = heist-0.2.3
REVISION = 0
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>
@ -17,7 +18,12 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += ::textproc/hs-hexpat
RUN_DEPENDS += ::devel/hs-MonadCatchIO-transformers \
::devel/hs-directory-tree \
::devel/hs-monads-fd \
::devel/hs-transformers \
::textproc/hs-attoparsec \
::textproc/hs-hexpat
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/19 16:28:03 jim Exp $
# $OpenBSD: Makefile,v 1.2 2010/09/21 16:19:39 jim Exp $
COMMENT = XML parser/formatter based on expat
DISTNAME = hexpat-0.18.3
REVISION = 0
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>
@ -17,7 +18,10 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += ::devel/hs-List
RUN_DEPENDS += ::devel/hs-List \
::devel/hs-deepseq \
::devel/hs-text \
::devel/hs-transformers
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>