summaryrefslogtreecommitdiff
path: root/math/libmatheval
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-11-13 13:18:07 +0000
committerkristerw <kristerw@pkgsrc.org>2004-11-13 13:18:07 +0000
commit5d987fb870cd8aecee70a6efc018da7864cfb836 (patch)
treecbc4ed32940246224faaf50b818f59433d3fb0b5 /math/libmatheval
parent3443e11d6779d2e0c87040ca8b5cf11358be049c (diff)
downloadpkgsrc-5d987fb870cd8aecee70a6efc018da7864cfb836.tar.gz
Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6.
Diffstat (limited to 'math/libmatheval')
-rw-r--r--math/libmatheval/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile
index d2f4d328c4a..c59df840773 100644
--- a/math/libmatheval/Makefile
+++ b/math/libmatheval/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/10/15 14:50:07 tv Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/13 13:18:07 kristerw Exp $
#
DISTNAME= libmatheval-1.1.1
@@ -14,7 +14,9 @@ USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+PTHREAD_OPTS+= require
.include "../../devel/flex/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"