Add a hint to xmonad-lib and hs-xmonad-contrib (initially suggested

by David Cantrell). Also turn {LIB,RUN}_DEPENDS-lib into
RUN_DEPENDS-lib/BUILD_DEPENDS (Haskell libs are still static).

ok dcoppa@
This commit is contained in:
kili 2010-12-04 11:53:57 +00:00
parent 0b43f8cc7c
commit 3f71b67f44
2 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/11/22 08:37:06 espie Exp $
# $OpenBSD: Makefile,v 1.24 2010/12/04 11:53:57 kili Exp $
COMMENT-main = tiling window manager
COMMENT-lib = libraries for runtime configuration
@ -6,8 +6,8 @@ COMMENT-lib = libraries for runtime configuration
DISTNAME = xmonad-0.9.1
PKGNAME-main = ${DISTNAME}
PKGNAME-lib = ${DISTNAME:S,-,-lib-,}
REVISION-main = 3
REVISION-lib = 6
REVISION-main = 4
REVISION-lib = 7
CATEGORIES = x11
HOMEPAGE = http://www.xmonad.org/
@ -29,9 +29,8 @@ MODGHC_BUILD = cabal hackage haddock register
MODGHC_BUILD += nort
.endif
BUILD_DEPENDS = x11/hs-X11>=1.5.0.0
LIB_DEPENDS-lib = x11/hs-X11>=1.5.0.0
RUN_DEPENDS-lib = ${LIB_DEPENDS-lib}
BUILD_DEPENDS = ${RUN_DEPENDS-lib}
RUN_DEPENDS-lib = x11/hs-X11>=1.5.0.0
LIB_DEPENDS-main = ${LIB_DEPENDS} \
devel/gmp

View File

@ -0,0 +1,4 @@
For a configurable xmonad (using ~/.xmonad/xmonad.hs), you should
also install the xmonad-lib package. For even more fun (like the
spiral layout), you may want to install the hs-xmonad-contrib
package.