diff options
author | kris <kris@FreeBSD.org> | 2004-06-09 11:22:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-09 11:22:02 +0800 |
commit | 6bb89754cbc2d88f1864f1ceabcfac0aa333eb4e (patch) | |
tree | d4171c5f6d851056bc69c07e163f2741ecc588b0 /devel/gauche-sdl | |
parent | 7d25291daffb923c51087dfe5f875653c01e6d91 (diff) | |
download | freebsd-ports-graphics-6bb89754cbc2d88f1864f1ceabcfac0aa333eb4e.tar.gz freebsd-ports-graphics-6bb89754cbc2d88f1864f1ceabcfac0aa333eb4e.tar.zst freebsd-ports-graphics-6bb89754cbc2d88f1864f1ceabcfac0aa333eb4e.zip |
BROKEN: SDL is needed in patch phase but is only added in build phase
Diffstat (limited to 'devel/gauche-sdl')
-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 2a46bbbca12..8d130e4d2f9 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:${PORTSDIR}/x11/XFree86-4-clients +BROKEN= "SDL is needed in patch phase but only added in build phase" + PLIST_SUB= GAUCHE_VERSION="`gauche-config -V`"\ TARGET="${CONFIGURE_TARGET}" WRKSRC= ${WRKDIR}/${PORTFAKENAME} |