diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-03-29 00:52:54 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-03-29 00:52:54 +0000 |
commit | 8b1c9714975c2175c8c2da424bfafb3143af3a12 (patch) | |
tree | ddc21a13929c289330620e015fcff9a9b5d452e3 /graphics/hs-cairo | |
parent | - Update to build18 (diff) |
- Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
Diffstat (limited to 'graphics/hs-cairo')
-rw-r--r-- | graphics/hs-cairo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile index 8a5073765515..939c84938786 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -2,7 +2,7 @@ PORTNAME= cairo PORTVERSION= 0.12.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org |