diff options
Diffstat (limited to 'graphics/sane-frontends/Makefile')
-rw-r--r-- | graphics/sane-frontends/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 952e27ae5cc..38a9ea4e54d 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.12 2003/05/02 11:55:29 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2003/06/29 10:18:21 rh Exp $ .include "../sane-backends/Makefile.common" DISTNAME= sane-frontends-${SANE_VERSION} -PKGREVISION= 1 COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc -BUILDLINK_DEPENDS.sane= sane-backends-${SANE_VERSION} +BUILDLINK_DEPENDS.sane= sane-backends>=${SANE_VERSION} USE_X11BASE= YES |