summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd>2004-06-15 13:32:53 +0000
committermarkd <markd>2004-06-15 13:32:53 +0000
commit437c35f37c89a3171761e92af7c0345f94da0207 (patch)
tree2cdd92ce78c50928da9d53b4a7dfda5bb4ffe6f2
parent6d38055e6992f6a04cda5da54122ca3fa6223f4b (diff)
downloadpkgsrc-437c35f37c89a3171761e92af7c0345f94da0207.tar.gz
Be explicit that libghoto2 is not used by the package (yet?).
Fixes PR 25513.
-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