diff options
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 ce777d1f3b20..803dcfc1decf 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cairo -PORTVERSION= 0.13.3.1 -PORTREVISION= 1 +PORTVERSION= 0.13.5.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 text utf8-string +USE_CABAL= gtk2hs-buildtools mtl utf8-string BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:graphics/cairo |