diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 04:28:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 04:28:22 +0000 |
commit | 219a9ab52a6f4f2b46501089aa0c2eb0acf26988 (patch) | |
tree | d9a610fb9aea372e81a840d4e6600dc6182e725d /x11-toolkits/gauche-gtk | |
parent | 2cc974f242904719c07cdb0de140870b73cfefed (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gauche-gtk')
-rw-r--r-- | x11-toolkits/gauche-gtk/Makefile | 2 |
1 files changed, 2 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} |