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/tenebrae/Makefile | |
parent | dc0d875fdf2d87fbc8b213bfb65fa3db85a197bc (diff) | |
download | ports-796464350e220b5f8fb7b035965a87dc63824a14.tar.gz ports-796464350e220b5f8fb7b035965a87dc63824a14.zip |
Notes
Diffstat (limited to 'games/tenebrae/Makefile')
-rw-r--r-- | games/tenebrae/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tenebrae/Makefile b/games/tenebrae/Makefile index c6c4dd4e1c17..3501c6b85bf6 100644 --- a/games/tenebrae/Makefile +++ b/games/tenebrae/Makefile @@ -22,7 +22,7 @@ USE_XORG= xxf86dga WRKSRC= ${WRKDIR}/${PORTNAME}_0 BUILD_WRKSRC= ${WRKSRC}/linux MAKEFILE= Makefile.i386linux -MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" +MAKE_ENV= PTHREAD_LIBS="-lpthread" OPTIONS_DEFINE= DOCS OPTIONS_DEFINE_amd64= ASM |