diff options
author | tron <tron@pkgsrc.org> | 2004-05-26 13:51:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-05-26 13:51:07 +0000 |
commit | cf1b31001fa76a283c5aabcf74325d3eb5153238 (patch) | |
tree | 660379a1410438e841096f185625bdd042c3735e /devel/libtool | |
parent | 28b88cc65741b34a340d229d31a30836840040d4 (diff) | |
download | pkgsrc-cf1b31001fa76a283c5aabcf74325d3eb5153238.tar.gz |
Use "nb[0-9]*" instead of "nb[0-9]" to accept revisions beyond 9.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile | 6 |
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 |