diff options
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 |