diff options
Diffstat (limited to 'x11-wm/hs-xmonad/Makefile')
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 5e312e7..611a9fa 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmonad -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Tiling window manager LICENSE= BSD3CLAUSE -USE_CABAL= extensible-exceptions mtl setlocale utf8-string>=0.3 X11>=1.5 +USE_CABAL= extensible-exceptions mtl setlocale utf8-string>=0.3 X11>=1.8 directory>=1.2.3 USE_XORG= x11 MAN1PAGES= xmonad.1 |