- add missing dependency, spotted by aja@

This commit is contained in:
jasper 2010-12-14 08:57:01 +00:00
parent 857daf22f3
commit dfa4896385

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/12/12 16:31:28 kili Exp $
# $OpenBSD: Makefile,v 1.7 2010/12/14 08:57:01 jasper Exp $
COMMENT = Snap Haskell Web Framework
DISTNAME = snap-core-0.2.16
REVISION = 0
CATEGORIES = www
HOMEPAGE = http://snapframework.com/
@ -31,7 +32,8 @@ RUN_DEPENDS += archivers/hs-zlib \
devel/hs-text \
devel/hs-unix-compat \
textproc/hs-attoparsec \
textproc/hs-bytestring-nums
textproc/hs-bytestring-nums \
textproc/hs-bytestring-show
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>