diff options
author | tv <tv> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-03 00:12:51 +0000 |
commit | b5510d5a2d7f9a1406603d922ae5d8548950233c (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /devel/libgnome | |
parent | 3addbafa22111ee3e2673d59835bf69a03a74306 (diff) | |
download | pkgsrc-b5510d5a2d7f9a1406603d922ae5d8548950233c.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/libgnome')
-rw-r--r-- | devel/libgnome/Makefile | 3 | ||||
-rw-r--r-- | devel/libgnome/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index d9f1907ae2f..0a194e0b558 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2004/09/21 16:46:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.33 2004/10/03 00:13:29 tv Exp $ # DISTNAME= libgnome-2.8.0 +PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libgnome/buildlink3.mk b/devel/libgnome/buildlink3.mk index d82c7e9f983..2c2ea46d6c7 100644 --- a/devel/libgnome/buildlink3.mk +++ b/devel/libgnome/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2004/09/21 16:46:14 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2004/10/03 00:13:29 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBGNOME_BUILDLINK3_MK:= ${LIBGNOME_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libgnome .if !empty(LIBGNOME_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.libgnome+= libgnome>=2.8.0 +BUILDLINK_RECOMMENDED.libgnome+= libgnome>=2.8.0nb1 BUILDLINK_PKGSRCDIR.libgnome?= ../../devel/libgnome .endif # LIBGNOME_BUILDLINK3_MK |