diff options
-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`|"\ |