aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/hs-xmonad-contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/hs-xmonad-contrib/Makefile')
-rw-r--r--x11-wm/hs-xmonad-contrib/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile
index 908d31cfa18b..187f5cb639c5 100644
--- a/x11-wm/hs-xmonad-contrib/Makefile
+++ b/x11-wm/hs-xmonad-contrib/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= xmonad-contrib
-PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTVERSION= 0.9.2
CATEGORIES= x11-wm haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Third party tiling algorithms, configurations and scripts to xmonad
-USE_HACKAGE= xmonad utf8-string
+LICENSE= BSD
+
+USE_CABAL= mtl xmonad>=0.9.1 X11>=1.5 utf8-string
USE_XORG= x11
OPTIONS= XFT "Enable Xft support for fonts" On
@@ -23,7 +24,7 @@ OPTIONS= XFT "Enable Xft support for fonts" On
.if defined(WITH_XFT)
CONFIGURE_ARGS+= --flags="use_xft"
-USE_HACKAGE+= X11-xft>=0.2
+USE_CABAL+= X11-xft>=0.2
.endif
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"