diff options
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 4a3433b9102..d93ec2387d3 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2011/07/31 20:05:58 gls Exp $ +# $NetBSD: Makefile,v 1.53 2011/08/30 01:30:01 gdt Exp $ PKG_DESTDIR_SUPPORT= user-destdir PKGREVISION= 1 @@ -20,6 +20,7 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --with-gphoto2=no CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/sane-${SANE_VERSION} +CONFIGURE_ARGS+= --without-snmp .include "../../mk/bsd.prefs.mk" |