Thu Apr 17 20:24:38 2008 UTC ()
Fix comment.


(reed)
diff -r1.38 -r1.39 pkgsrc/graphics/sane-backends/Makefile
diff -r1.38 -r1.39 pkgsrc/graphics/sane-frontends/Makefile

cvs diff -r1.38 -r1.39 pkgsrc/graphics/sane-backends/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/sane-backends/Makefile 2008/04/13 21:43:39 1.38
+++ pkgsrc/graphics/sane-backends/Makefile 2008/04/17 20:24:38 1.39
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.38 2008/04/13 21:43:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2008/04/17 20:24:38 reed Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4COMMENT= API for access to scanners, digitals camera, frame grabbers etc. 4COMMENT= API for access to scanners, digital cameras, frame grabbers etc.
5 5
6DISTNAME= sane-backends-${SANE_VERSION} 6DISTNAME= sane-backends-${SANE_VERSION}
7DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 7DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
8 8
9# lib/Makefile.in builds .o files and then .a, but rules for shlibs, 9# lib/Makefile.in builds .o files and then .a, but rules for shlibs,
10# while apparently independent, cause libtool to create .o again, 10# while apparently independent, cause libtool to create .o again,
11# making it possible for the ar step of the .a build to fail to find 11# making it possible for the ar step of the .a build to fail to find
12# the .o 12# the .o
13MAKE_JOBS_SAFE= NO 13MAKE_JOBS_SAFE= NO
14 14
15USE_TOOLS+= msgfmt 15USE_TOOLS+= msgfmt
16USE_PKGLOCALEDIR= YES 16USE_PKGLOCALEDIR= YES
17 17

cvs diff -r1.38 -r1.39 pkgsrc/graphics/sane-frontends/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/sane-frontends/Makefile 2007/10/28 11:07:12 1.38
+++ pkgsrc/graphics/sane-frontends/Makefile 2008/04/17 20:24:38 1.39
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.38 2007/10/28 11:07:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2008/04/17 20:24:38 reed Exp $
2 2
3.include "../../graphics/sane-backends/Makefile.common" 3.include "../../graphics/sane-backends/Makefile.common"
4 4
5DISTNAME= sane-frontends-${SANE_VERSION} 5DISTNAME= sane-frontends-${SANE_VERSION}
6SANE_MICRO= 14 6SANE_MICRO= 14
7PKGREVISION= 5 7PKGREVISION= 5
8 8
9COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc 9COMMENT= Frontends for access to scanners, digital cameras, frame grabbers etc
10 10
11BUILDLINK_API_DEPENDS.sane+= sane-backends>=${SANE_VERSION} 11BUILDLINK_API_DEPENDS.sane+= sane-backends>=${SANE_VERSION}
12 12
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15.include "options.mk" 15.include "options.mk"
16 16
17.include "../../x11/gtk2/buildlink3.mk" 17.include "../../x11/gtk2/buildlink3.mk"
18.include "../../graphics/sane-backends/buildlink3.mk" 18.include "../../graphics/sane-backends/buildlink3.mk"
19 19
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"