pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool Fix broken dependence patterns introduce...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5200f4de7b20
branches: trunk
changeset: 475794:5200f4de7b20
user: tron <tron%pkgsrc.org@localhost>
date: Wed May 26 13:49:29 2004 +0000
description:
Fix broken dependence patterns introduced in revision 1.36.
diffstat:
devel/libtool/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r b289cd90ae60 -r 5200f4de7b20 devel/libtool/Makefile
--- a/devel/libtool/Makefile Wed May 26 13:23:15 2004 +0000
+++ b/devel/libtool/Makefile Wed May 26 13:49:29 2004 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.40 2004/02/05 20:14:06 skrll Exp $
-#
+# $NetBSD: Makefile,v 1.41 2004/05/26 13:49:29 tron Exp $
.include "Makefile.common"
SVR4_PKGNAME= ltool
-DEPENDS+= ${DISTNAME:S/-/-base-/}${PKGREVISION:C/[0-9]*/nb/}${PKGREVISION}:../libtool-base
-DEPENDS+= ${DISTNAME:S/-/-info-/}${PKGREVISION:C/[0-9]*/nb/}${PKGREVISION}:../libtool-info
+DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]}:../libtool-base
+DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]}:../libtool-info
COMMENT= Generic shared library support script
Home |
Main Index |
Thread Index |
Old Index