summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2004-06-15 13:32:53 +0000
committermarkd <markd>2004-06-15 13:32:53 +0000
commit13007a7200ebd73f3c51a4d8a6b8b1c920845045 (patch)
tree2cdd92ce78c50928da9d53b4a7dfda5bb4ffe6f2 /graphics/sane-backends/Makefile
parentfcff33185eaeba0f9beb65462403f7ef67243191 (diff)
downloadpkgsrc-13007a7200ebd73f3c51a4d8a6b8b1c920845045.tar.gz
Be explicit that libghoto2 is not used by the package (yet?).
Fixes PR 25513.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 6cde6d030c2..8526ef1ce4a 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -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 @@ DISTNAME= sane-backends-${SANE_VERSION}
BUILD_USES_MSGFMT= YES
USE_PKGLOCALEDIR= YES
+CONFIGURE_ARGS+= --with-gphoto2=no
+
.if (${OPSYS} == "SunOS")
PLIST_SUBST+= NOT_SUNOS="@comment "
.else