diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-02 22:26:39 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-02 22:26:39 +0000 |
commit | be474715065d90fa628aee8f770bf085efc03990 (patch) | |
tree | 31b76318f9f044280a036febe048239464f99147 /graphics | |
parent | cf4330bd446856c719d51aaa7e79af7f115d21e1 (diff) | |
download | pkgsrc-be474715065d90fa628aee8f770bf085efc03990.tar.gz |
Get sane-backends building on Linux again by adding a buildlink for
graphics/libv4l and updateing PLIST.Linux
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 7 | ||||
-rw-r--r-- | graphics/sane-backends/PLIST.Linux | 4 |
2 files changed, 8 insertions, 3 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" diff --git a/graphics/sane-backends/PLIST.Linux b/graphics/sane-backends/PLIST.Linux index e8394401475..cb257efbf69 100644 --- a/graphics/sane-backends/PLIST.Linux +++ b/graphics/sane-backends/PLIST.Linux @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST.Linux,v 1.2 2005/09/27 09:29:56 wiz Exp $ +@comment $NetBSD: PLIST.Linux,v 1.3 2012/01/02 22:26:40 sbd Exp $ lib/sane/libsane-qcam.la lib/sane/libsane-v4l.la share/examples/sane/qcam.conf share/examples/sane/v4l.conf +man/man5/sane-qcam.5 +man/man5/sane-v4l.5 |