summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorgls <gls>2011-07-31 20:05:58 +0000
committergls <gls>2011-07-31 20:05:58 +0000
commit761684eda6b4b01895e2a069835b72bc8b3f6bf1 (patch)
treeeca4a1f16f170d51788268f481d6ce22884dc777 /graphics/sane-backends/Makefile
parent83dc8498d96aa295dc6a63769d4f8934fe647d20 (diff)
downloadpkgsrc-761684eda6b4b01895e2a069835b72bc8b3f6bf1.tar.gz
Add sys/socket.h to backend/magicolor.c and backend/xerox_mfp-tcp.c.
Should fix PR pkg/45196 by Alex Hornung.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index be9759b4dc2..4a3433b9102 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2011/07/12 13:19:26 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2011/07/31 20:05:58 gls Exp $
PKG_DESTDIR_SUPPORT= user-destdir
+PKGREVISION= 1
.include "Makefile.common"
COMMENT= API for access to scanners, digital cameras, frame grabbers etc.
@@ -58,9 +59,9 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f}
.endfor
.if (${OPSYS} == "Linux")
-.for f in qcam.conf v4l.conf
+. for f in qcam.conf v4l.conf
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f}
-.endfor
+. endfor
.endif
.include "options.mk"