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/GConf | |
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/GConf')
-rw-r--r-- | devel/GConf/Makefile | 4 | ||||
-rw-r--r-- | devel/GConf/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index df1250742bc..9fbf225460a 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2004/04/27 04:59:42 snj Exp $ +# $NetBSD: Makefile,v 1.45 2004/10/03 00:13:24 tv Exp $ # DISTNAME= GConf-1.0.9 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.0/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/GConf/buildlink3.mk b/devel/GConf/buildlink3.mk index de0c2091099..fca797302f8 100644 --- a/devel/GConf/buildlink3.mk +++ b/devel/GConf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:09 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:13:24 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GCONF_BUILDLINK3_MK:= ${GCONF_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= GConf .if !empty(GCONF_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.GConf+= GConf>=1.0.9nb5 +BUILDLINK_RECOMMENDED.GConf+= GConf>=1.0.9nb6 BUILDLINK_PKGSRCDIR.GConf?= ../../devel/GConf .endif # GCONF_BUILDLINK3_MK |