diff options
author | kris <kris@FreeBSD.org> | 2005-11-21 09:20:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-21 09:20:32 +0800 |
commit | faa270f18bfc4e37302fd1aca61b5a8d8d08afb0 (patch) | |
tree | d1e6a81d0fb6320601e755a72bea5c872b16ea31 /x11-toolkits | |
parent | ad90a7beeeeaf7c9da3325793b5bb5d239f843b8 (diff) | |
download | freebsd-ports-graphics-faa270f18bfc4e37302fd1aca61b5a8d8d08afb0.tar.gz freebsd-ports-graphics-faa270f18bfc4e37302fd1aca61b5a8d8d08afb0.tar.zst freebsd-ports-graphics-faa270f18bfc4e37302fd1aca61b5a8d8d08afb0.zip |
BROKEN: Does not compile
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 213b7c10c06..c0c117ff2e4 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/${PORTNAME}/gtk |