summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-09-24 23:10:59 +0000
committerwiz <wiz@pkgsrc.org>2012-09-24 23:10:59 +0000
commitcab6ea02ac53d66e3d5568dedc25dcb562b815e8 (patch)
tree857380071672f56d989e45b8d938312a4eb2cf46 /graphics/sane-backends
parentdae417479c33a037dfa1d34857cfde710ebbb4b9 (diff)
downloadpkgsrc-cab6ea02ac53d66e3d5568dedc25dcb562b815e8.tar.gz
Fix SYSCONFDIR support. Bump PKGREVISION.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile5
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"