diff options
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r-- | graphics/sane-backends/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index d13a1d6a27b..6cde6d030c2 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,15 +1,12 @@ -# $NetBSD: Makefile,v 1.17 2004/03/20 22:19:56 bouyer Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/03 12:45:58 adam 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 - -USE_PKGLOCALEDIR= YES BUILD_USES_MSGFMT= YES +USE_PKGLOCALEDIR= YES .if (${OPSYS} == "SunOS") PLIST_SUBST+= NOT_SUNOS="@comment " @@ -18,7 +15,7 @@ PLIST_SUBST+= NOT_SUNOS="" .endif .if (${OPSYS} != "SunOS") -. include "../../devel/libusb/buildlink2.mk" +. include "../../devel/libusb/buildlink3.mk" .endif -.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/jpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |