diff options
Diffstat (limited to 'x11/hs-xmobar/Makefile')
-rw-r--r-- | x11/hs-xmobar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index 948c08989170..849ed238f300 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmobar -PORTVERSION= 0.24.5 +PORTVERSION= 0.26 PORTREVISION= 1 CATEGORIES= x11 haskell @@ -11,8 +11,7 @@ COMMENT= Minimalistic text-based status bar LICENSE= BSD3CLAUSE -USE_CABAL= HTTP>=4000.2.4 mtl>=2.1 parsec>=3.1 regex-compat stm>=2.3 \ - X11>=1.6.1 +USE_CABAL= HTTP>=4000.2.4 mtl>=2.1 regex-compat X11>=1.6.1 USE_XORG= xpm EXECUTABLE= xmobar |