aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-wx
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:58:54 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:58:54 +0000
commit8166d2e31bf64b0f351d9e9e102e86a86f4bff92 (patch)
tree1a9f967bfb4e0d08a345ceba3814af4b28de6a19 /x11-toolkits/hs-wx
parent1b3695a1920d60ce4b6969c1fd74ef6d55e6318c (diff)
downloadports-8166d2e31bf64b0f351d9e9e102e86a86f4bff92.tar.gz
ports-8166d2e31bf64b0f351d9e9e102e86a86f4bff92.zip
Notes
Diffstat (limited to 'x11-toolkits/hs-wx')
-rw-r--r--x11-toolkits/hs-wx/Makefile11
-rw-r--r--x11-toolkits/hs-wx/distinfo4
-rw-r--r--x11-toolkits/hs-wx/pkg-descr2
3 files changed, 8 insertions, 9 deletions
diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile
index f2dbaf73498e..09da037f0c12 100644
--- a/x11-toolkits/hs-wx/Makefile
+++ b/x11-toolkits/hs-wx/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= wx
-PORTVERSION= 0.13.2.1
-PORTREVISION= 1
+PORTVERSION= 0.90.0.1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= wxHaskell
+USE_CABAL= stm wxcore>=0.90
-USE_CABAL= stm wxcore>=0.13.1
-
-BUILD_DEPENDS+= wxgtk2-unicode>=2.8:${PORTSDIR}/x11-toolkits/wxgtk28-unicode \
- wxgtk2-unicode-contrib>=2.8:${PORTSDIR}/x11-toolkits/wxgtk28-unicode-contrib
+USE_WX= 2.9
+WX_COMPS= wx
+WX_UNICODE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/x11-toolkits/hs-wx/distinfo b/x11-toolkits/hs-wx/distinfo
index c213ebd33500..de00bac3e885 100644
--- a/x11-toolkits/hs-wx/distinfo
+++ b/x11-toolkits/hs-wx/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/wx-0.13.2.1.tar.gz) = 7bd91026c81ac0833ed78bcfa1639a7945965315c1fd7afe86ca881bb3aeb268
-SIZE (cabal/wx-0.13.2.1.tar.gz) = 47690
+SHA256 (cabal/wx-0.90.0.1.tar.gz) = 150d448988afe0914aebb7bd61d58a27d12dd857e3d79e128ddf33a9f5a5db84
+SIZE (cabal/wx-0.90.0.1.tar.gz) = 47811
diff --git a/x11-toolkits/hs-wx/pkg-descr b/x11-toolkits/hs-wx/pkg-descr
index d94efdfca4d2..25ee84bb643f 100644
--- a/x11-toolkits/hs-wx/pkg-descr
+++ b/x11-toolkits/hs-wx/pkg-descr
@@ -1,6 +1,6 @@
wxHaskell is a portable and native GUI library for Haskell. It is built
on top of wxWidgets - a comprehensive C++ library that is portable
across all major GUI platforms; including GTK, Windows, X11, and MacOS
-X. This version works with wxWidgets 2.8 and 2.9.
+X. This version works with wxWidgets 2.9 only.
WWW: http://haskell.org/haskellwiki/WxHaskell