diff options
author | wiz <wiz@pkgsrc.org> | 2012-09-24 23:10:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-09-24 23:10:59 +0000 |
commit | cab6ea02ac53d66e3d5568dedc25dcb562b815e8 (patch) | |
tree | 857380071672f56d989e45b8d938312a4eb2cf46 | |
parent | dae417479c33a037dfa1d34857cfde710ebbb4b9 (diff) | |
download | pkgsrc-cab6ea02ac53d66e3d5568dedc25dcb562b815e8.tar.gz |
Fix SYSCONFDIR support. Bump PKGREVISION.
-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" |