diff options
Diffstat (limited to 'games/pengupop/Makefile')
-rw-r--r-- | games/pengupop/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/games/pengupop/Makefile b/games/pengupop/Makefile index 642c1ce09ee5..501cfb891281 100644 --- a/games/pengupop/Makefile +++ b/games/pengupop/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pengupop -PORTVERSION= 2.1.9 -PORTREVISION= 1 +PORTVERSION= 2.2.4 CATEGORIES= games MASTER_SITES= http://www.junoplay.com/files/ \ http://www.amdmi3.ru/distfiles/ @@ -18,19 +17,12 @@ COMMENT= Online multiplayer clone of Bust a Move GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl -USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ LDFLAGS="`${SDL_CONFIG} --libs`" PLIST_FILES= bin/pengupop -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not build on FreeBSD 4.x: lack of swprintf -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |