diff options
author | reed <reed@pkgsrc.org> | 2008-04-17 20:24:38 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2008-04-17 20:24:38 +0000 |
commit | 0c65c64d9181af7e2774b7435674992396b1632c (patch) | |
tree | 8d532e5e2b28ef3e0af6a299bba177afb2f79f0f /graphics/sane-frontends | |
parent | 1a88f0800bce55402cf7708424a418695c13bf2c (diff) | |
download | pkgsrc-0c65c64d9181af7e2774b7435674992396b1632c.tar.gz |
Fix comment.
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r-- | graphics/sane-frontends/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 42dcc62938b..dfb453352a8 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2007/10/28 11:07:12 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2008/04/17 20:24:38 reed Exp $ .include "../../graphics/sane-backends/Makefile.common" @@ -6,7 +6,7 @@ DISTNAME= sane-frontends-${SANE_VERSION} SANE_MICRO= 14 PKGREVISION= 5 -COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc +COMMENT= Frontends for access to scanners, digital cameras, frame grabbers etc BUILDLINK_API_DEPENDS.sane+= sane-backends>=${SANE_VERSION} |