summaryrefslogtreecommitdiff
path: root/devel/libextractor
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-11-12 22:37:35 +0000
committerkristerw <kristerw>2004-11-12 22:37:35 +0000
commit9bfa25d2b8057f8c04e0ef270070897d7bf334a9 (patch)
tree5d6c3ab367b7843624436b158c39105e151d5cac /devel/libextractor
parent7f035bc8492cbc5b3ac12d052e82a2f9eddae960 (diff)
downloadpkgsrc-9bfa25d2b8057f8c04e0ef270070897d7bf334a9.tar.gz
Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6.
Diffstat (limited to 'devel/libextractor')
-rw-r--r--devel/libextractor/Makefile4
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"