summaryrefslogtreecommitdiffstats
path: root/games/netpanzer
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 23:00:50 +0000
committermarino <marino@FreeBSD.org>2015-03-25 23:00:50 +0000
commit0c8bec8d1565cd01e8fc1017de057d1986719d12 (patch)
tree2f9cd8c0a819b520aa1b353994707173199cca50 /games/netpanzer
parent5db5908d4795f6a79fd122fbe80953bd1e2104c2 (diff)
downloadFreeBSD-ports-0c8bec8d1565cd01e8fc1017de057d1986719d12.zip
FreeBSD-ports-0c8bec8d1565cd01e8fc1017de057d1986719d12.tar.gz
games category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Diffstat (limited to 'games/netpanzer')
-rw-r--r--games/netpanzer/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile
index e678e4b..a845803 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
OpenPOWER on IntegriCloud