Add runtime dependency over shells/bash.

Discussed with and OK kili@, Jona Joachim (maintainer)
This commit is contained in:
dcoppa 2010-07-27 20:23:34 +00:00
parent 393e332cba
commit abe7d097fa

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/07/17 13:43:37 kili Exp $
# $OpenBSD: Makefile,v 1.7 2010/07/27 20:23:34 dcoppa Exp $
COMMENT = third party xmonad extensions
DISTNAME = xmonad-contrib-0.9.1
REVISION = 4
REVISION = 5
CATEGORIES = x11
HOMEPAGE = http://www.xmonad.org/
@ -19,7 +19,8 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage register haddock
LIB_DEPENDS = ::x11/xmonad,-lib
RUN_DEPENDS = ${LIB_DEPENDS}
RUN_DEPENDS = ${LIB_DEPENDS} \
::shells/bash
NO_REGRESS = Yes