diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/sdlroids/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile index cefd74c36bd6..ada7d5e1faf6 100644 --- a/games/sdlroids/Makefile +++ b/games/sdlroids/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdlroids PORTVERSION= 1.3.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -21,7 +21,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share -USE_GCC= yes USE_CSTD= gnu89 USE_SDL= mixer sdl |