diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-20 20:38:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-20 20:38:09 +0000 |
commit | b7fe7feef094d8d2afa6c223d4a3a1e665d35bac (patch) | |
tree | 45e1742d8f75235c4c5fe3ddd635b66ffff7d7cc /finance | |
parent | e08f70e5435913f213089067db5b49127d07ee3c (diff) | |
download | pkgsrc-b7fe7feef094d8d2afa6c223d4a3a1e665d35bac.tar.gz |
Fix path to p5-Crypt-SSLeay after its reimport.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 98c07696288..f4314cfbb0d 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/01/19 21:50:09 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/20 20:38:09 wiz Exp $ DISTNAME= Finance-Quote-1.11 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://finance-quote.sourceforge.net/ COMMENT= Perl module to get stock quotes from Yahoo DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract -DEPENDS+= p5-Crypt-SSLeay-[0-9]:../../security/p5-SSLeay +DEPENDS+= p5-Crypt-SSLeay-[0-9]:../../security/p5-Crypt-SSLeay DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww CONFLICTS= p5-finance-quote-[0-9]* |