diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-18 09:58:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-18 09:58:37 +0000 |
commit | 7e9f9496502c0bcaf0c0a18c5d522046654e7356 (patch) | |
tree | 43b0929a9ba8d1706a9866239ffe98e5966571c3 /graphics/sane-backends | |
parent | 839e25c49b0bfc59ceb72667ef0e096bcd97e576 (diff) | |
download | pkgsrc-7e9f9496502c0bcaf0c0a18c5d522046654e7356.tar.gz |
Second try at jpeg-8 recursive PKGREVISION bump.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 4 | ||||
-rw-r--r-- | graphics/sane-backends/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 43754e16676..9b07ae8d3b8 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2009/09/04 23:09:06 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2010/01/18 09:59:08 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -7,7 +7,7 @@ COMMENT= API for access to scanners, digital cameras, frame grabbers etc. DISTNAME= sane-backends-${SANE_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -PKGREVISION= 3 +PKGREVISION= 4 # lib/Makefile.in builds .o files and then .a, but rules for shlibs, # while apparently independent, cause libtool to create .o again, diff --git a/graphics/sane-backends/buildlink3.mk b/graphics/sane-backends/buildlink3.mk index 0bb44ba76f7..223ca0662ec 100644 --- a/graphics/sane-backends/buildlink3.mk +++ b/graphics/sane-backends/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2009/08/26 19:56:43 sno Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2010/01/18 09:59:08 wiz Exp $ BUILDLINK_TREE+= sane-backends @@ -6,7 +6,7 @@ BUILDLINK_TREE+= sane-backends SANE_BACKENDS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.sane-backends+= sane-backends>=1.0.3 -BUILDLINK_ABI_DEPENDS.sane-backends+= sane-backends>=1.0.20nb2 +BUILDLINK_ABI_DEPENDS.sane-backends+= sane-backends>=1.0.20nb4 BUILDLINK_PKGSRCDIR.sane-backends?= ../../graphics/sane-backends .include "../../mk/bsd.fast.prefs.mk" |