summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorsbd <sbd>2012-01-02 22:26:39 +0000
committersbd <sbd>2012-01-02 22:26:39 +0000
commitf7b5c8b690742c46fd67c6c75389da050e393d12 (patch)
tree31b76318f9f044280a036febe048239464f99147 /graphics/sane-backends/Makefile
parent73ca1319962da1612b798b9859c223825149a926 (diff)
downloadpkgsrc-f7b5c8b690742c46fd67c6c75389da050e393d12.tar.gz
Get sane-backends building on Linux again by adding a buildlink for
graphics/libv4l and updateing PLIST.Linux
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index d93ec2387d3..fc871959f62 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2011/08/30 01:30:01 gdt Exp $
+# $NetBSD: Makefile,v 1.54 2012/01/02 22:26:39 sbd Exp $
PKG_DESTDIR_SUPPORT= user-destdir
PKGREVISION= 1
@@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
# the .o
MAKE_JOBS_SAFE= NO
-USE_TOOLS+= msgfmt msgmerge
+USE_TOOLS+= msgfmt msgmerge pkg-config
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --with-gphoto2=no
@@ -69,6 +69,9 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f}
.if (${OPSYS} != "SunOS")
. include "../../devel/libusb/buildlink3.mk"
.endif
+.if (${OPSYS} == "Linux")
+.include "../../graphics/libv4l/buildlink3.mk"
+.endif
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"