diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:00:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:00:50 +0000 |
commit | 796464350e220b5f8fb7b035965a87dc63824a14 (patch) | |
tree | 2f9cd8c0a819b520aa1b353994707173199cca50 /games/netpanzer | |
parent | dc0d875fdf2d87fbc8b213bfb65fa3db85a197bc (diff) |
Notes
Diffstat (limited to 'games/netpanzer')
-rw-r--r-- | games/netpanzer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile index e678e4bfc6ec..a845803ad379 100644 --- a/games/netpanzer/Makefile +++ b/games/netpanzer/Makefile @@ -12,8 +12,7 @@ COMMENT= Real time, isometric view, tank multiplayer strategy game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LDFLAGS+= ${PTHREAD_LIBS} -CFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= -lpthreads USES= scons tar:bzip2 USE_SDL= sdl mixer image |