diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 12:28:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 12:28:22 +0800 |
commit | 8e5af3d8f90dd6158e424937bceff1674b7789cf (patch) | |
tree | 1a00d86304eaceba90cf6613d9f5a53ca71305da /x11-toolkits | |
parent | 1a6c898aa6b8e8567f4cd9cb54f1621b85a92dd4 (diff) | |
download | freebsd-ports-gnome-8e5af3d8f90dd6158e424937bceff1674b7789cf.tar.gz freebsd-ports-gnome-8e5af3d8f90dd6158e424937bceff1674b7789cf.tar.zst freebsd-ports-gnome-8e5af3d8f90dd6158e424937bceff1674b7789cf.zip |
BROKEN: Does not compile
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gauche-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile index 2a91fd48eaf8..ae3a29f4440d 100644 --- a/x11-toolkits/gauche-gtk/Makefile +++ b/x11-toolkits/gauche-gtk/Makefile @@ -21,6 +21,8 @@ COMMENT= GTK2 binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= "Does not compile" + USE_GNOME= gtk20 # this alters CONFIGURE_TARGET! GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME} diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index b6d9283b2656..510297933668 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -19,6 +19,8 @@ COMMENT= A GTK2 Binding for Haskell BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 +BROKEN= "Does not compile" + USE_GNOME= gtk20 HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-c2hs=no |