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 /x11/paragui | |
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 'x11/paragui')
-rw-r--r-- | x11/paragui/Makefile | 4 | ||||
-rw-r--r-- | x11/paragui/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile index 65c29ee3479..47abad5e042 100644 --- a/x11/paragui/Makefile +++ b/x11/paragui/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/03/12 19:44:59 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:37 tv Exp $ # DISTNAME= paragui-1.0.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://savannah.nongnu.org/download/paragui/ diff --git a/x11/paragui/buildlink3.mk b/x11/paragui/buildlink3.mk index 6d0d04d62c7..7301d784485 100644 --- a/x11/paragui/buildlink3.mk +++ b/x11/paragui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:17 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:18:37 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PARAGUI_BUILDLINK3_MK:= ${PARAGUI_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= paragui .if !empty(PARAGUI_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.paragui+= paragui>=1.0.4nb3 +BUILDLINK_RECOMMENDED.paragui+= paragui>=1.0.4nb5 BUILDLINK_PKGSRCDIR.paragui?= ../../x11/paragui .endif # PARAGUI_BUILDLINK3_MK |