Remove dependency on xsane since (a) scanning with hp-scan works without

it and (b) xsane pulls gimp.
This commit is contained in:
Grégoire Sutre 2010-08-30 16:56:33 +00:00 committed by Thomas Klausner
parent 157f0e3999
commit 64ae33f542
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,9 @@
===========================================================================
$NetBSD: MESSAGE.scan,v 1.1 2010/08/30 15:30:22 gregoire Exp $
$NetBSD: MESSAGE.scan,v 1.2 2010/08/30 16:56:33 gregoire Exp $
To enable the SANE backend provided by ${PKGNAME}, add the contents
of ${EGDIR}/sane.d/dll.conf to ${PKG_SYSCONFDIR}/sane.d/dll.conf.
You may also want to install the graphics/xsane package.
===========================================================================

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.3 2010/08/30 15:39:24 gregoire Exp $
# $NetBSD: options.mk,v 1.4 2010/08/30 16:56:33 gregoire Exp $
#
# HPLIP dependencies are detailed in the following page:
# http://hplipopensource.com/hplip-web/install/manual/distros/other.html
@ -31,7 +31,6 @@ PLIST.scan= yes
CONFIGURE_ARGS+= --enable-scan-build
MESSAGE_SRC+= MESSAGE.scan
MESSAGE_SUBST+= EGDIR=${EGDIR}
DEPENDS+= xsane-[0-9]*:../../graphics/xsane
.include "../../graphics/sane-backends/buildlink3.mk"
.include "../../graphics/py-imaging/buildlink3.mk"
.else