diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 05:27:10 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 05:27:10 +0800 |
commit | 575ae4b1dbd6fad82a3807e2e49960d81189ee2b (patch) | |
tree | 9c332db6925bce539f5a277bf8dea58e115b4c57 /games/pipenightdreams | |
parent | 74230dc0c1f009235a9f905409f0aec6b98ba2e0 (diff) | |
download | freebsd-ports-gnome-575ae4b1dbd6fad82a3807e2e49960d81189ee2b.tar.gz freebsd-ports-gnome-575ae4b1dbd6fad82a3807e2e49960d81189ee2b.tar.zst freebsd-ports-gnome-575ae4b1dbd6fad82a3807e2e49960d81189ee2b.zip |
- Add new knobs from bsd.sdl.mk
Approved by: portmgr
Diffstat (limited to 'games/pipenightdreams')
-rw-r--r-- | games/pipenightdreams/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/pipenightdreams/Makefile b/games/pipenightdreams/Makefile index 08d30978502b..90893265f9f5 100644 --- a/games/pipenightdreams/Makefile +++ b/games/pipenightdreams/Makefile @@ -13,13 +13,11 @@ MASTER_SITES= http://www.libsdl.org/projects/pipenightdreams/packages/ MAINTAINER= markp@FreeBSD.org COMMENT= A puzzle game similar to PipeMania -LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_SDL= image sdl GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" USE_REINPLACE= yes MAN6= pipenightdreams.6 |