diff options
author | tobik <tobik@FreeBSD.org> | 2018-07-28 21:00:44 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-07-28 21:00:44 +0800 |
commit | d3b2af0ff0efc518c0ebc0b8b6d587a5b896aa25 (patch) | |
tree | aaa164131bfba81abbd34c9c51ccf3339a1799a2 /games | |
parent | d42dfbb3b1fbebb367780135f9c73040028cc857 (diff) | |
download | freebsd-ports-gnome-d3b2af0ff0efc518c0ebc0b8b6d587a5b896aa25.tar.gz freebsd-ports-gnome-d3b2af0ff0efc518c0ebc0b8b6d587a5b896aa25.tar.zst freebsd-ports-gnome-d3b2af0ff0efc518c0ebc0b8b6d587a5b896aa25.zip |
games/sdlroids builds fine with Clang
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 |