pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/sane-backends



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 17:19:50 UTC 2020

Modified Files:
        pkgsrc/graphics/sane-backends: Makefile

Log Message:
graphics/sane-backends: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/sane-backends/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/sane-backends/Makefile
diff -u pkgsrc/graphics/sane-backends/Makefile:1.71 pkgsrc/graphics/sane-backends/Makefile:1.72
--- pkgsrc/graphics/sane-backends/Makefile:1.71 Sat Jan 18 21:49:39 2020
+++ pkgsrc/graphics/sane-backends/Makefile      Sun May 31 17:19:49 2020
@@ -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_TOOLS+=           msgfmt msgmerge pkg-config
 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 @@ CONF_FILES+=  ${EGDIR}/${f} ${PKG_SYSCONF
 
 .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