diff options
author | jdolecek <jdolecek> | 2003-12-10 17:15:04 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2003-12-10 17:15:04 +0000 |
commit | 83bb4058ac96681a4bd72e84a226e33d74eaace6 (patch) | |
tree | e80e70e9b425fea31c138472708259559c4dd218 /graphics/sane-backends | |
parent | 3db11d03e41e612bea974248428f5d5a43d762d7 (diff) | |
download | pkgsrc-83bb4058ac96681a4bd72e84a226e33d74eaace6.tar.gz |
bump PKGREVISION for latest change:
enable use of /dev/uscanner
problem reported and patch provided in pkg/23665 by Thilo Manske
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 0071f9d37a7..72871b5ed5b 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2003/06/29 10:16:44 rh Exp $ +# $NetBSD: Makefile,v 1.15 2003/12/10 17:15:04 jdolecek Exp $ .include "Makefile.common" COMMENT= API for access to scanners, digitals camera, frame grabbers etc. DISTNAME= sane-backends-${SANE_VERSION} +PKGREVISION= 1 SANE_MICRO= 12 |