diff options
author | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
commit | c7a47a981222b062ac48e4edc5cae32fbed2b9c7 (patch) | |
tree | a1af1f5739f0a44d179f6f44b2ea70e07401da25 /x11-wm/hs-xmonad-contrib/Makefile | |
parent | 63b87600f00dd6e3a998a1862f7c209aa5e62523 (diff) | |
download | freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.gz freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.zst freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.zip |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11-wm/hs-xmonad-contrib/Makefile')
-rw-r--r-- | x11-wm/hs-xmonad-contrib/Makefile | 9 |
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" |