diff options
author | wiz <wiz> | 2012-09-24 23:10:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-09-24 23:10:59 +0000 |
commit | 8770929f076c7c2e3a3eaa2603234ada363308e0 (patch) | |
tree | 857380071672f56d989e45b8d938312a4eb2cf46 /graphics/sane-backends | |
parent | 03983b1c9b00f18522c01c99b6b7282493096827 (diff) | |
download | pkgsrc-8770929f076c7c2e3a3eaa2603234ada363308e0.tar.gz |
Fix SYSCONFDIR support. Bump PKGREVISION.
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" |