diff options
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index de52b8f7d1f..18337dd3a13 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2012/03/21 18:16:41 hans Exp $ +# $NetBSD: Makefile,v 1.57 2012/09/24 23:10:59 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir -PKGREVISION= 2 +PKGREVISION= 3 .include "Makefile.common" COMMENT= API for access to scanners, digital cameras, frame grabbers etc. @@ -21,6 +21,7 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --with-gphoto2=no CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/sane-${SANE_VERSION} CONFIGURE_ARGS+= --without-snmp +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .include "../../mk/bsd.prefs.mk" |