diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2008-07-18 20:05:17 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2008-07-18 20:05:17 +0000 |
commit | f5d876d7f61e1f4eef9a90ff37bf526f1e0abf49 (patch) | |
tree | 860c4fa4084e1f9caab1b9cf2f29f2a127094ec9 /x11-wm/hs-xmonad-contrib | |
parent | 1ff262e9107cbe7853ba39cf03522713fa651cf2 (diff) | |
download | ports-f5d876d7f61e1f4eef9a90ff37bf526f1e0abf49.tar.gz ports-f5d876d7f61e1f4eef9a90ff37bf526f1e0abf49.zip |
Notes
Diffstat (limited to 'x11-wm/hs-xmonad-contrib')
-rw-r--r-- | x11-wm/hs-xmonad-contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index 651f6dc75560..5394b217f628 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmonad-contrib PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/xmonad-contrib/${PORTVERSION}/ @@ -23,7 +23,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} \ |