aboutsummaryrefslogtreecommitdiff
path: root/games/heroes
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 23:00:50 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 23:00:50 +0000
commit796464350e220b5f8fb7b035965a87dc63824a14 (patch)
tree2f9cd8c0a819b520aa1b353994707173199cca50 /games/heroes
parentdc0d875fdf2d87fbc8b213bfb65fa3db85a197bc (diff)
downloadports-796464350e220b5f8fb7b035965a87dc63824a14.tar.gz
ports-796464350e220b5f8fb7b035965a87dc63824a14.zip
games category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382275
Diffstat (limited to 'games/heroes')
-rw-r--r--games/heroes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile
index 128aca6c5e5b..47d4a8731fa3 100644
--- a/games/heroes/Makefile
+++ b/games/heroes/Makefile
@@ -42,8 +42,8 @@ OPTIMIZED_CFLAGS_CONFIGURE_ENABLE= optimizations
INFO= heroes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib -lsmpeg -lm ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lsmpeg -lm
post-patch:
@for dir in ${DATASRC} ${SOUNDSRC} ${MUSICSRC}; do \