diff options
Diffstat (limited to 'devel/gengameng/Makefile')
-rw-r--r-- | devel/gengameng/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gengameng/Makefile b/devel/gengameng/Makefile index d4c4626ff1ef..c290e62ade36 100644 --- a/devel/gengameng/Makefile +++ b/devel/gengameng/Makefile @@ -13,16 +13,13 @@ MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ MAINTAINER= markp@FreeBSD.org COMMENT= An SDL game engine library -LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image - +USE_SDL= image sdl USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ARGS+= --program-prefix="" CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \ - LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" \ - SDL_CONFIG="${SDL_CONFIG}" + LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" post-patch: ${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|g; \ |