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 /print | |
parent | 1ff262e9107cbe7853ba39cf03522713fa651cf2 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/hs-hscolour/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index d638d699991c..ce3d8b22d886 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -7,6 +7,7 @@ PORTNAME= hscolour PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= print haskell MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/contrib/ PKGNAMEPREFIX= hs- @@ -20,7 +21,7 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc NO_PKG_REGISTER= .endif -GHC_VERSION= 6.8.2 +GHC_VERSION= 6.8.3 HSCOLOUR_VERSION= ${PORTVERSION} CABAL_CMD= runghc Setup.hs |