diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-01 23:53:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-01 23:53:38 +0000 |
commit | fe94667ea9c537791af59725dc5895c66ba272bc (patch) | |
tree | 36b98755add779f53c8c35bcbe09dc72721f9b4e | |
parent | 29372a3ab2d646ef463e76825d2a4f71cbd68e39 (diff) | |
download | pkgsrc-fe94667ea9c537791af59725dc5895c66ba272bc.tar.gz |
Fix depends line (hi jan!)
-rw-r--r-- | misc/bbweather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index d06dacc8d8c..04db0f31f66 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/06/29 23:20:20 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/01 23:53:38 wiz Exp $ # DISTNAME= bbweather-0.4 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netmeister.org/apps/bbweather/ COMMENT= show current weather conditions -DEPENDS+= wget:../../net/wget +DEPENDS+= wget>=1.7:../../net/wget GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES |