diff options
author | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
commit | 2024e126830b46eda82dc23d75278d0afbce9bd6 (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /graphics/sane-backends | |
parent | bd0ebece81d54959f16b89326aa3394f0bdd38e2 (diff) | |
download | pkgsrc-2024e126830b46eda82dc23d75278d0afbce9bd6.tar.gz |
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 | ||||
-rw-r--r-- | graphics/sane-backends/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 8526ef1ce4a..48dba9885ca 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2004/06/15 13:32:53 markd Exp $ +# $NetBSD: Makefile,v 1.20 2004/10/03 00:14:57 tv Exp $ .include "Makefile.common" COMMENT= API for access to scanners, digitals camera, frame grabbers etc. DISTNAME= sane-backends-${SANE_VERSION} +PKGREVISION= 1 BUILD_USES_MSGFMT= YES USE_PKGLOCALEDIR= YES diff --git a/graphics/sane-backends/buildlink3.mk b/graphics/sane-backends/buildlink3.mk index e0b93ff9513..3365dfc67e1 100644 --- a/graphics/sane-backends/buildlink3.mk +++ b/graphics/sane-backends/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/04/19 13:44:18 markd Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:57 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SANE_BACKENDS_BUILDLINK3_MK:= ${SANE_BACKENDS_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= sane-backends .if !empty(SANE_BACKENDS_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.sane-backends+= sane-backends>=1.0.3 +BUILDLINK_RECOMMENDED.sane-backends+= sane-backends>=1.0.14nb1 BUILDLINK_PKGSRCDIR.sane-backends?= ../../graphics/sane-backends .endif # SANE_BACKENDS_BUILDLINK3_MK |