Thu Mar 12 15:25:25 2015 UTC ()
requires pthreads on non-Windows platforms


(tnn)
diff -r1.6 -r1.7 pkgsrc/devel/libbson/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/devel/libbson/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libbson/Attic/Makefile 2014/12/12 11:29:32 1.6
+++ pkgsrc/devel/libbson/Attic/Makefile 2015/03/12 15:25:24 1.7
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.6 2014/12/12 11:29:32 fhajny Exp $ 1# $NetBSD: Makefile,v 1.7 2015/03/12 15:25:24 tnn Exp $
2 2
3DISTNAME= libbson-1.0.2 3DISTNAME= libbson-1.0.2
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://github.com/mongodb/libbson/releases/download/${PKGVERSION_NOREV}/ 5MASTER_SITES= http://github.com/mongodb/libbson/releases/download/${PKGVERSION_NOREV}/
6 6
7MAINTAINER= filip@joyent.com 7MAINTAINER= filip@joyent.com
8HOMEPAGE= http://github.com/mongodb/libbson/ 8HOMEPAGE= http://github.com/mongodb/libbson/
9COMMENT= BSON utility library 9COMMENT= BSON utility library
10LICENSE= apache-2.0 10LICENSE= apache-2.0
11 11
12BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 12BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= gmake pkg-config 18USE_TOOLS+= gmake pkg-config
19 19
20CONFIGURE_ARGS+= --enable-man-pages=yes 20CONFIGURE_ARGS+= --enable-man-pages=yes
21 21
22PKGCONFIG_OVERRIDE+= src/libbson-1.0.pc.in 22PKGCONFIG_OVERRIDE+= src/libbson-1.0.pc.in
23 23
 24.include "../../mk/pthread.buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"