diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 07:00:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 07:00:51 +0800 |
commit | 4f9de13626619699814e5a6359b0efa47245aaa1 (patch) | |
tree | 7fb3f416d176ba0df25514f04d5fc966efa6aa0b /games | |
parent | 045d6bea8774419ae1da1543f94c798d0f9ac35e (diff) | |
download | freebsd-ports-gnome-4f9de13626619699814e5a6359b0efa47245aaa1.tar.gz freebsd-ports-gnome-4f9de13626619699814e5a6359b0efa47245aaa1.tar.zst freebsd-ports-gnome-4f9de13626619699814e5a6359b0efa47245aaa1.zip |
Fix build with clang
Diffstat (limited to 'games')
-rw-r--r-- | games/eduke32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 637b108235eb..c635f0bad443 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/GNU.TXT LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +USES= gmake +USE_CSTD= gnu89 USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_GNOME= gtk20 USE_SDL= mixer sdl |