diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /graphics/hs-cairo/Makefile | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) |
Notes
Diffstat (limited to 'graphics/hs-cairo/Makefile')
-rw-r--r-- | graphics/hs-cairo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile index 9a612c8bf115..b10a36b29881 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cairo -PORTVERSION= 0.12.5.3 -PORTREVISION= 1 +PORTVERSION= 0.13.1.0 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Binding to the Cairo library LICENSE= BSD3CLAUSE USES= pkgconfig -USE_CABAL= gtk2hs-buildtools mtl utf8-string>=0.2 +USE_CABAL= gtk2hs-buildtools mtl text>=1.0.0.0 utf8-string>=0.2 BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo |