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/tcl-scotty | |
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/tcl-scotty')
-rw-r--r-- | net/tcl-scotty/Makefile | 4 | ||||
-rw-r--r-- | net/tcl-scotty/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index e649a16eb52..9be8bcae37c 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2004/07/07 14:39:33 he Exp $ +# $NetBSD: Makefile,v 1.16 2004/10/03 00:18:00 tv Exp $ # DISTNAME= scotty-${DIST_VERS} PKGNAME= tcl-scotty-${DIST_VERS} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net tcl MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ diff --git a/net/tcl-scotty/buildlink3.mk b/net/tcl-scotty/buildlink3.mk index a79fc22fca3..ba37195232c 100644 --- a/net/tcl-scotty/buildlink3.mk +++ b/net/tcl-scotty/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/06/05 04:30:44 minskim Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:18:00 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TCL_SCOTTY_BUILDLINK3_MK:= ${TCL_SCOTTY_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= tcl-scotty .if !empty(TCL_SCOTTY_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.tcl-scotty+= tcl-scotty>=2.1.11 +BUILDLINK_RECOMMENDED.tcl-scotty+= tcl-scotty>=2.1.11nb4 BUILDLINK_PKGSRCDIR.tcl-scotty?= ../../net/tcl-scotty .endif # TCL_SCOTTY_BUILDLINK3_MK |