summaryrefslogtreecommitdiff
path: root/math/ranger
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-08-26 17:17:22 +0000
committerjoerg <joerg@pkgsrc.org>2016-08-26 17:17:22 +0000
commitd17b400eb8dcecf88c6b1c334319dd45030e46cf (patch)
tree14b2f0222d0abfc508bcdf3b2ebfff052daeffd6 /math/ranger
parentc6a6e2875b4c2e6092ef2424d47d4a2f56e58327 (diff)
downloadpkgsrc-d17b400eb8dcecf88c6b1c334319dd45030e46cf.tar.gz
Fix pthread use.
Diffstat (limited to 'math/ranger')
-rw-r--r--math/ranger/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/ranger/Makefile b/math/ranger/Makefile
index 5cde926d0ce..a765f19a818 100644
--- a/math/ranger/Makefile
+++ b/math/ranger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/08/19 20:24:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/26 17:17:22 joerg Exp $
DISTNAME= ranger-0.4.2
CATEGORIES= math
@@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/${DISTNAME}/source
USE_LANGUAGES= c c++
USE_CMAKE= yes
+PTHREAD_AUTO_VARS= yes
INSTALLATION_DIRS+= bin
@@ -19,4 +20,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ranger ${DESTDIR}${PREFIX}/bin
.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"