diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-04 21:58:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-04 21:58:24 +0000 |
commit | 9b8b5f5dc08dbeced3402a2726e15313536b47ea (patch) | |
tree | 139be84056b9160914560744f4d4094f685c9502 | |
parent | - Update to 12 (diff) |
- Unbreak: move sdl-config invocations from post-patch to pre-configure
PR: ports/68614
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=112921
-rw-r--r-- | devel/gauche-sdl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gauche-sdl/Makefile b/devel/gauche-sdl/Makefile index 8d130e4d2f92..bbb246ff6985 100644 --- a/devel/gauche-sdl/Makefile +++ b/devel/gauche-sdl/Makefile @@ -19,8 +19,6 @@ 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} @@ -29,7 +27,7 @@ USE_SDL= image mixer sdl ttf GNU_CONFIGURE= yes USE_REINPLACE= yes -post-patch: +pre-configure: .for DIR in . image mixer ttf ${REINPLACE_CMD} \ -e "s|^CFLAGS .*|& `${SDL_CONFIG} --cflags`|"\ |