diff options
Diffstat (limited to 'x11-toolkits/hs-gtk/Makefile')
-rw-r--r-- | x11-toolkits/hs-gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index ef3f24addf41..cf2bd64a79e8 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gtk -PORTVERSION= 0.12.5.7 -PORTREVISION= 1 +PORTVERSION= 0.13.9 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,8 @@ COMMENT= Binding to the Gtk+ graphical user interface library LICENSE= LGPL21 USES= pkgconfig -USE_CABAL= cairo>=0.12.5.3 gio>=0.12.5 glib>=0.12.5.4 mtl pango>=0.12.5.3 +USE_CABAL= cairo>=0.13.0.0 gio>=0.13.0 glib>=0.13.0.0 mtl \ + pango>=0.13.0.0 text>=0.11.0.6 USE_GNOME= gtk20 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |