summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>2004-05-26 13:51:07 +0000
committertron <tron>2004-05-26 13:51:07 +0000
commit2686b5c2baf77da4c824146e6488946e00f24166 (patch)
tree660379a1410438e841096f185625bdd042c3735e /devel
parent56429db1d18f0cf5ef4a20356246dbecfb5a6f43 (diff)
downloadpkgsrc-2686b5c2baf77da4c824146e6488946e00f24166.tar.gz
Use "nb[0-9]*" instead of "nb[0-9]" to accept revisions beyond 9.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile
index 06ff84224a6..1c54e28ee98 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.41 2004/05/26 13:49:29 tron Exp $
+# $NetBSD: Makefile,v 1.42 2004/05/26 13:51:07 tron Exp $
.include "Makefile.common"
SVR4_PKGNAME= ltool
-DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]}:../libtool-base
-DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]}:../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