diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 05:38:48 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 05:38:48 +0800 |
commit | 2ac8a06c54b2f26486cd0d71718b3d1bd9d0808b (patch) | |
tree | 45db5b2ffddafb6b9d292d5f62ff468d9d99366b /x11-toolkits/Makefile | |
parent | bade60ee6dd12cf7cc73406ade12520bae5e249d (diff) | |
download | freebsd-ports-gnome-2ac8a06c54b2f26486cd0d71718b3d1bd9d0808b.tar.gz freebsd-ports-gnome-2ac8a06c54b2f26486cd0d71718b3d1bd9d0808b.tar.zst freebsd-ports-gnome-2ac8a06c54b2f26486cd0d71718b3d1bd9d0808b.zip |
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.
WWW: http://haskell.org/haskellwiki/WxHaskell
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index df532c0a5ae5..90b32fa15084 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -88,6 +88,7 @@ SUBDIR += hs-gtksourceview2 SUBDIR += hs-pango SUBDIR += hs-vte + SUBDIR += hs-wx SUBDIR += hs-wxcore SUBDIR += hs-wxdirect SUBDIR += irrlicht |