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 /devel/libole2 | |
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 'devel/libole2')
-rw-r--r-- | devel/libole2/Makefile | 4 | ||||
-rw-r--r-- | devel/libole2/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile index 1d7bc98f529..53e72ecea5e 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2004/04/25 06:10:09 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/10/03 00:13:30 tv Exp $ # DISTNAME= libole2-0.2.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libole2/0.2/} diff --git a/devel/libole2/buildlink3.mk b/devel/libole2/buildlink3.mk index 909fb898c9f..d471a3db3b3 100644 --- a/devel/libole2/buildlink3.mk +++ b/devel/libole2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/04/25 06:10:09 snj Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:13:30 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBOLE2_BUILDLINK3_MK:= ${LIBOLE2_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libole2 .if !empty(LIBOLE2_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.libole2+= libole2>=0.2.4nb1 +BUILDLINK_RECOMMENDED.libole2+= libole2>=0.2.4nb2 BUILDLINK_PKGSRCDIR.libole2?= ../../devel/libole2 .endif # LIBOLE2_BUILDLINK3_MK |