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 | c487cb967ac6446ee23e26612d1ba53dfe5bd7d1 (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /net/kdenetwork3 | |
parent | 3180c40de85d6249c572f6db614da0049e9c4a79 (diff) | |
download | pkgsrc-c487cb967ac6446ee23e26612d1ba53dfe5bd7d1.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 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 3 | ||||
-rw-r--r-- | net/kdenetwork3/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 812b3b98d53..418590878e9 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2004/08/21 14:56:17 markd Exp $ +# $NetBSD: Makefile,v 1.35 2004/10/03 00:17:53 tv Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= net COMMENT= Network modules for the KDE integrated X11 desktop diff --git a/net/kdenetwork3/buildlink3.mk b/net/kdenetwork3/buildlink3.mk index fb44e4ada86..cc054360d40 100644 --- a/net/kdenetwork3/buildlink3.mk +++ b/net/kdenetwork3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/08/21 14:56:18 markd Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:17:53 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ KDENETWORK_BUILDLINK3_MK:= ${KDENETWORK_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= kdenetwork .if !empty(KDENETWORK_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.kdenetwork+= kdenetwork>=3.2.0 -BUILDLINK_RECOMMENDED.kdenetwork?= kdenetwork>=3.2.2 +BUILDLINK_RECOMMENDED.kdenetwork?= kdenetwork>=3.3.0nb1 BUILDLINK_PKGSRCDIR.kdenetwork?= ../../net/kdenetwork3 .endif # KDENETWORK_BUILDLINK3_MK |