diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-02 11:26:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-02 11:26:44 +0000 |
commit | 07d6b4266623139dfff347b977e50e1fd2847764 (patch) | |
tree | f63309c391c70a862e439c9026d16b93c4bd5e16 /devel/gettext-lib | |
parent | bf1f0b52510839205b7244dcf13939fdf2b88944 (diff) | |
download | pkgsrc-07d6b4266623139dfff347b977e50e1fd2847764.tar.gz |
The correct style is "foo-[0-9]*", not "foo-*", when wildcarding a package
for a dependency match.
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r-- | devel/gettext-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index e10262e6593..83123715e17 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/12/02 11:24:40 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/12/02 11:26:44 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html COMMENT= tools for providing messages in different languages, libintl only CONFLICTS= gettext<=0.10.35 -DEPENDS+= libiconv-*:../../converters/libiconv +DEPENDS+= libiconv-[0-9]*:../../converters/libiconv # gettext-lib is needed to bootstrap shell/bash2, which is needed to # bootstrap buildlink2. |