aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-svgcairo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hs-svgcairo/Makefile')
-rw-r--r--graphics/hs-svgcairo/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile
index 47a07b3fceba..755573486bc3 100644
--- a/graphics/hs-svgcairo/Makefile
+++ b/graphics/hs-svgcairo/Makefile
@@ -1,17 +1,16 @@
# $FreeBSD$
PORTNAME= svgcairo
-PORTVERSION= 0.12.1.1
-PORTREVISION= 8
+PORTVERSION= 0.12.5.2
CATEGORIES= graphics haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Binding to the libsvg-cairo library
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
USES= pkgconfig
-USE_CABAL= cairo>=0.12 glib>=0.12 mtl
+USE_CABAL= cairo>=0.12.5.0 glib>=0.12.5.0 mtl
USE_GNOME= librsvg2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"