diff options
author | pav <pav@FreeBSD.org> | 2010-02-25 03:59:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-25 03:59:15 +0800 |
commit | ed8fc00926741d24d33d39f0552c5e97d0891ef8 (patch) | |
tree | 441438c2489b469c61f95c667e7b42d509d078ad /x11-toolkits | |
parent | 5bd9dfdbda7ce6ac303a3c06221bfde889d9727e (diff) | |
download | freebsd-ports-gnome-ed8fc00926741d24d33d39f0552c5e97d0891ef8.tar.gz freebsd-ports-gnome-ed8fc00926741d24d33d39f0552c5e97d0891ef8.tar.zst freebsd-ports-gnome-ed8fc00926741d24d33d39f0552c5e97d0891ef8.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Feature safe: yes
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 |