diff options
author | markd <markd@pkgsrc.org> | 2004-06-15 13:32:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-06-15 13:32:53 +0000 |
commit | b8a97b98528ebae746534f90ea98babf49b8a8c0 (patch) | |
tree | 2cdd92ce78c50928da9d53b4a7dfda5bb4ffe6f2 /graphics/sane-backends | |
parent | 7ad54c83ca68ed6cba9dabdc028a7f0c9ac59ae5 (diff) | |
download | pkgsrc-b8a97b98528ebae746534f90ea98babf49b8a8c0.tar.gz |
Be explicit that libghoto2 is not used by the package (yet?).
Fixes PR 25513.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 4 |
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 |