Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends graphics/sane-backends: remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b59738835da2
branches:  trunk
changeset: 433211:b59738835da2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 31 17:19:49 2020 +0000

description:
graphics/sane-backends: remove unknown configure options

diffstat:

 graphics/sane-backends/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 599a3dccfb71 -r b59738835da2 graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Sun May 31 17:16:38 2020 +0000
+++ b/graphics/sane-backends/Makefile   Sun May 31 17:19:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2020/01/18 21:49:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.72 2020/05/31 17:19:49 rillig Exp $
 
 PKGREVISION= 1
 .include "Makefile.common"
@@ -17,7 +17,6 @@
 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}
 
@@ -69,7 +68,6 @@
 
 .include "options.mk"
 .include "../../devel/libusb1/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-libusb_1_0
 .if (${OPSYS} == "Linux")
 .include "../../graphics/libv4l/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index