summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-12 01:21:27 +0000
committerjoerg <joerg>2006-01-12 01:21:27 +0000
commit81e56a75deb8db7f3c0870f862135366a7ed3e45 (patch)
tree6278ce99ebdc1c9fec03c84e278606382b1b7e52 /graphics/sane-backends/Makefile
parent247fe8e2752dd4d097d9f40305eb7456d28fce88 (diff)
downloadpkgsrc-81e56a75deb8db7f3c0870f862135366a7ed3e45.tar.gz
mustek_usb2 needs pthread, so fix detection on DragonFly.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 59d9cad4408..8fbab39fb7e 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/12/31 00:03:24 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2006/01/12 01:21:27 joerg Exp $
.include "Makefile.common"
COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
@@ -50,4 +50,5 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f}
. include "../../devel/libusb/buildlink3.mk"
.endif
.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"