From cf1ea9ee80b87f30b6b0da81802d7540815c7482 Mon Sep 17 00:00:00 2001 From: kili Date: Wed, 20 Jan 2016 16:28:54 +0000 Subject: [PATCH] The -doc subpackage of ghc no longer exists. (this should be the last commit for the subpackage merge of ghc) --- meta/haskell-platform/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/haskell-platform/Makefile b/meta/haskell-platform/Makefile index 3662b109588..53c44961634 100644 --- a/meta/haskell-platform/Makefile +++ b/meta/haskell-platform/Makefile @@ -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 # 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 \