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 /devel | |
parent | ad90a7beeeeaf7c9da3325793b5bb5d239f843b8 (diff) | |
download | freebsd-ports-gnome-faa270f18bfc4e37302fd1aca61b5a8d8d08afb0.tar.gz freebsd-ports-gnome-faa270f18bfc4e37302fd1aca61b5a8d8d08afb0.tar.zst freebsd-ports-gnome-faa270f18bfc4e37302fd1aca61b5a8d8d08afb0.zip |
BROKEN: Does not compile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gauche-sdl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gauche-sdl/Makefile b/devel/gauche-sdl/Makefile index 7d26056906f7..bc67c9899d47 100644 --- a/devel/gauche-sdl/Makefile +++ b/devel/gauche-sdl/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ ${X11BASE}/lib/X11/rgb.txt:${X_CLIENTS_PORT} +BROKEN= Does not compile + PLIST_SUB= GAUCHE_VERSION="`gauche-config -V`"\ TARGET="${CONFIGURE_TARGET}" WRKSRC= ${WRKDIR}/${PORTFAKENAME} |