From 87999bd81a2d989c0ad4e389fb58561f1b170443 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 3 Oct 2001 02:31:19 +0000 Subject: Be more careful about wildcards: -* => -[0-9]* Noted in PR 14137 (p5-Crypt-DSA) and 14139 (p5-Crypt-RSA) --- security/p5-Crypt-Primes/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/p5-Crypt-Primes') diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index 37b4b9b14da..32cca722906 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/01 00:33:14 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $ # DISTNAME= Crypt-Primes-0.49 @@ -10,8 +10,8 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module for provable prime number generation -DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari -DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random +DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Primes/.packlist -- cgit v1.2.3