diff options
Diffstat (limited to 'devel/hs-glib/Makefile')
-rw-r--r-- | devel/hs-glib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-glib/Makefile b/devel/hs-glib/Makefile index b24cf9a32590..ee5031ec1322 100644 --- a/devel/hs-glib/Makefile +++ b/devel/hs-glib/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= glib -PORTVERSION= 0.12.5.4 -PORTREVISION= 1 +PORTVERSION= 0.13.1.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Binding to the GLIB library for Gtk2Hs LICENSE= LGPL21 USES= pkgconfig -USE_CABAL= utf8-string>=0.2 gtk2hs-buildtools +USE_CABAL= gtk2hs-buildtools text>=1.0.0.0 utf8-string>=0.2 USE_GNOME= glib20 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |