summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/x11/x11-1.2.1.ebuild')
-rw-r--r--dev-haskell/x11/x11-1.2.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/x11/x11-1.2.1.ebuild b/dev-haskell/x11/x11-1.2.1.ebuild
index 5f28a4423a40..036a789601a6 100644
--- a/dev-haskell/x11/x11-1.2.1.ebuild
+++ b/dev-haskell/x11/x11-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.2.1.ebuild,v 1.1 2007/07/09 12:39:24 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.2.1.ebuild,v 1.2 2007/07/25 18:38:18 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND=">=dev-lang/ghc-6.4"
+DEPEND=">=dev-lang/ghc-6.4
+ x11-libs/libX11"
S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}"