diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-18 20:52:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-18 20:52:22 +0000 |
commit | df54dfb288ee6ce0c5d75cc20e41ed3b889ee271 (patch) | |
tree | f0059e378612c24886960b45ccc080a8d09cad9e /games/pengupop/Makefile | |
parent | 8a094d4f8c7841909486f050dcd475e0e3f42939 (diff) |
Notes
Diffstat (limited to 'games/pengupop/Makefile')
-rw-r--r-- | games/pengupop/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/pengupop/Makefile b/games/pengupop/Makefile index 2ce5e3a5cb05..ed3d97d203f9 100644 --- a/games/pengupop/Makefile +++ b/games/pengupop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pengupop -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= games MASTER_SITES= http://www.junoplay.com/files/ \ http://mirror.amdmi3.ru/distfiles/ @@ -17,12 +17,9 @@ COMMENT= Online multiplayer clone of Bust a Move GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl -CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ - LDFLAGS="`${SDL_CONFIG} --libs`" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" PLIST_FILES= bin/pengupop -post-patch: - @${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |