diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:58:54 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:58:54 +0000 |
commit | 8166d2e31bf64b0f351d9e9e102e86a86f4bff92 (patch) | |
tree | 1a9f967bfb4e0d08a345ceba3814af4b28de6a19 /x11-toolkits/hs-wx/Makefile | |
parent | 1b3695a1920d60ce4b6969c1fd74ef6d55e6318c (diff) | |
download | ports-8166d2e31bf64b0f351d9e9e102e86a86f4bff92.tar.gz ports-8166d2e31bf64b0f351d9e9e102e86a86f4bff92.zip |
Notes
Diffstat (limited to 'x11-toolkits/hs-wx/Makefile')
-rw-r--r-- | x11-toolkits/hs-wx/Makefile | 11 |
1 files changed, 5 insertions, 6 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> |