diff options
Diffstat (limited to 'x11-wm/xmonad/Makefile')
-rw-r--r-- | x11-wm/xmonad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xmonad/Makefile b/x11-wm/xmonad/Makefile index 7a317d8f0b61..aee4c7e25a77 100644 --- a/x11-wm/xmonad/Makefile +++ b/x11-wm/xmonad/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmonad PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/xmonad/${PORTVERSION}/ @@ -21,7 +21,7 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_XORG= x11 CABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs -GHC_VERSION= 6.8.2 +GHC_VERSION= 6.8.3 SUBDIR= lib/${PORTNAME}-${PORTVERSION} PLIST_SUB= GHC_VERSION=${GHC_VERSION} \ PORTVERSION=${PORTVERSION} \ |