diff options
author | kris <kris@FreeBSD.org> | 2004-07-02 08:16:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-02 08:16:31 +0000 |
commit | 1081bc5c1bc8ab2b93e2755d5ec65b55a6a0930f (patch) | |
tree | 49d1aa08bd4d85030a57c9e72c1250051da5fac8 /x11-toolkits | |
parent | 7ab7556b29f654ff5158554a3119e22e4f6004d2 (diff) | |
download | FreeBSD-ports-1081bc5c1bc8ab2b93e2755d5ec65b55a6a0930f.zip FreeBSD-ports-1081bc5c1bc8ab2b93e2755d5ec65b55a6a0930f.tar.gz |
BROKEN: Build fails
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile index cf80655..7b58422 100644 --- a/x11-toolkits/hs-gtk+hs/Makefile +++ b/x11-toolkits/hs-gtk+hs/Makefile @@ -17,6 +17,8 @@ COMMENT= A GTK+ Binding for Haskell OPTIONS= GHC5 "Build for ghc5" off \ IHASKELL "Build with iHaskell" off +BROKEN= "Build fails" + USE_GNOME= glib12 gtk12 .include <bsd.port.pre.mk> |