diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 05:31:42 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 05:31:42 +0800 |
commit | 6553cf3dd874ddc2d16d243e26b4cd79017e896a (patch) | |
tree | a712d5de3d74d55bd380b9a439a5416ea1fee2a6 /x11-toolkits/Makefile | |
parent | e6927a78101ec1dc5e73a107b73bc5709c557728 (diff) | |
download | freebsd-ports-gnome-6553cf3dd874ddc2d16d243e26b4cd79017e896a.tar.gz freebsd-ports-gnome-6553cf3dd874ddc2d16d243e26b4cd79017e896a.tar.zst freebsd-ports-gnome-6553cf3dd874ddc2d16d243e26b4cd79017e896a.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 only.
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 76c669db5a6e..e1321da23c87 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -88,6 +88,7 @@ SUBDIR += hs-gtksourceview2 SUBDIR += hs-pango SUBDIR += hs-vte + SUBDIR += hs-wxdirect SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets |