diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:22:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:22:02 +0000 |
commit | 1bc7a3be996ee49f8abc6fd12b32ed381a4391b7 (patch) | |
tree | ef39ddd09a4828cb2f1aee82b684ab9c11fff7d8 /devel/gauche-sdl | |
parent | 564ffbc957a4695d1b58550378afa9062277ebb7 (diff) |
BROKEN: SDL is needed in patch phase but is only added in build phase
Notes
Notes:
svn path=/head/; revision=111118
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 2a46bbbca124..8d130e4d2f92 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} |