diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-24 19:59:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-24 19:59:15 +0000 |
commit | c0cc9db3bf183a1c2b1a88f6e22f7312e9df42a5 (patch) | |
tree | 2b78df678cc6eb37c3ae2cbe65138be885ae062d /x11-toolkits | |
parent | 2c27d99c60740b7c57771f27ed401ebb45b51a18 (diff) | |
download | ports-c0cc9db3bf183a1c2b1a88f6e22f7312e9df42a5.tar.gz ports-c0cc9db3bf183a1c2b1a88f6e22f7312e9df42a5.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-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 e1969f18c257..5a52bb0b7b17 100644 --- a/x11-toolkits/gauche-gtk/Makefile +++ b/x11-toolkits/gauche-gtk/Makefile @@ -20,6 +20,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/${PORTNAME}/gtk |