The -doc subpackage of ghc no longer exists.

(this should be the last commit for the subpackage merge of ghc)
This commit is contained in:
kili 2016-01-20 16:28:54 +00:00
parent bfc2e2fa67
commit cf1ea9ee80

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2015/12/20 11:12:17 kili Exp $
# $OpenBSD: Makefile,v 1.14 2016/01/20 16:28:54 kili Exp $
COMMENT = Haskell platform meta-package
PKGNAME = haskell-platform-7.10.3
EPOCH = 0
REVISION = 0
HOMEPAGE = http://hackage.haskell.org/platform/
@ -29,8 +30,7 @@ MAINTAINER = Matthias Kilian <kili@openbsd.org>
# ghc-prim-0.4.0.0, haskeline-0.7.2.1, hoopl-3.10.0.2, integer-gmp-1.0.0.0,
# terminfo-0.4.0.1, unix-2.7.1.0.
RUN_DEPENDS += lang/ghc=7.10.3 \
lang/ghc,-doc=7.10.3
RUN_DEPENDS += lang/ghc=7.10.3
# Additional libraries required for haskell platform:
RUN_DEPENDS += devel/hs-async=2.0.2 \