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
commit98b243f0bf8a9a561e165f5459eb979dab5b5b6c (patch)
tree660379a1410438e841096f185625bdd042c3735e /devel
parent89bf3df66c34843b0df8c302b439c5edc2b84681 (diff)
downloadpkgsrc-98b243f0bf8a9a561e165f5459eb979dab5b5b6c.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