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 | |
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
-rw-r--r-- | devel/gauche-sdl/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gauche-gtk/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/gauche-sdl/Makefile b/devel/gauche-sdl/Makefile index 07dfe9ecafd1..a5c80169f5fd 100644 --- a/devel/gauche-sdl/Makefile +++ b/devel/gauche-sdl/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ ${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb +BROKEN= does not compile + PLIST_SUB= GAUCHE_VERSION="`gauche-config -V`"\ TARGET="${CONFIGURE_TARGET}" PORTFAKENAME= Gauche-sdl-${PORTVERSION} 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 |