diff options
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r-- | graphics/sane-frontends/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 708de2ced1f..c031715a598 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2005/11/25 21:23:15 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:22 rillig Exp $ -.include "../sane-backends/Makefile.common" +.include "../../graphics/sane-backends/Makefile.common" DISTNAME= sane-frontends-${SANE_VERSION} PKGREVISION= 1 @@ -8,7 +8,7 @@ SANE_MICRO= 13 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 |