pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends Be explicit that libghoto2 is n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4139b026acac
branches:  trunk
changeset: 476598:4139b026acac
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jun 15 13:32:53 2004 +0000

description:
Be explicit that libghoto2 is not used by the package (yet?).
Fixes PR 25513.

diffstat:

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

diffs (18 lines):

diff -r 7abbc807a984 -r 4139b026acac graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Tue Jun 15 13:31:15 2004 +0000
+++ b/graphics/sane-backends/Makefile   Tue Jun 15 13:32:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/05/03 12:45:58 adam Exp $
+# $NetBSD: Makefile,v 1.19 2004/06/15 13:32:53 markd Exp $
 
 .include "Makefile.common"
 COMMENT=       API for access to scanners, digitals camera, frame grabbers etc.
@@ -8,6 +8,8 @@
 BUILD_USES_MSGFMT=     YES
 USE_PKGLOCALEDIR=      YES
 
+CONFIGURE_ARGS+=       --with-gphoto2=no
+
 .if (${OPSYS} == "SunOS")
 PLIST_SUBST+=   NOT_SUNOS="@comment "
 .else



Home | Main Index | Thread Index | Old Index