diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libextractor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libextractor/Makefile b/devel/libextractor/Makefile index f9094e564b6..26e2cd759ef 100644 --- a/devel/libextractor/Makefile +++ b/devel/libextractor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 18:22:29 tv Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/12 22:37:35 kristerw Exp $ # DISTNAME= libextractor-0.3.10 @@ -14,6 +14,7 @@ USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +PTHREAD_OPTS+= require CONFLICTS= csound-{bath,dev}-* # bin/extract @@ -22,4 +23,5 @@ SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../devel/libltdl/convenience.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |