summaryrefslogtreecommitdiff
path: root/math/qalculate/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-03 20:54:15 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-03 20:54:15 +0000
commit77682d00ba2872abf81ab6247cddade8e370ae25 (patch)
treec6928760cd05dab7cf39455badf9bc50b82709f6 /math/qalculate/Makefile
parenta485b489e3fe3bda9608352907ab2388f5303f90 (diff)
downloadpkgsrc-77682d00ba2872abf81ab6247cddade8e370ae25.tar.gz
pthread user => include pthread.b3.mk. Use PTHREAD_* instead of
hard-wired -lpthread. Use sys/wait.h on DragonFly as well.
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r--math/qalculate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index c906aa8b471..9a3cc3b5b14 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/10/11 12:35:06 adam Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/03 20:54:15 joerg Exp $
DISTNAME= libqalculate-0.8.2
PKGNAME= qalculate-0.8.2
@@ -24,5 +24,6 @@ UNLIMIT_RESOURCES= datasize
.include "../../math/cln/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"