diff options
author | obache <obache@pkgsrc.org> | 2014-02-14 12:05:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-14 12:05:28 +0000 |
commit | a67335b2f59d4dfbb5ecf7cd75feb02c66358f72 (patch) | |
tree | 6b2259a946dde9befcdfd97db202edd9200933ed /misc/whohas | |
parent | 546a3176b960d218bb18f83d3848cd6b628cf3b9 (diff) | |
download | pkgsrc-a67335b2f59d4dfbb5ecf7cd75feb02c66358f72.tar.gz |
since 0.21, wget is not required.
Bump PKGREVISION.
Diffstat (limited to 'misc/whohas')
-rw-r--r-- | misc/whohas/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/whohas/Makefile b/misc/whohas/Makefile index c6d79c7d11c..e1ae1ccba82 100644 --- a/misc/whohas/Makefile +++ b/misc/whohas/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2014/02/14 12:03:15 obache Exp $ +# $NetBSD: Makefile,v 1.12 2014/02/14 12:05:28 obache Exp $ # DISTNAME= whohas-0.29 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= http://www.philippwesche.org/200811/whohas/ @@ -12,7 +12,6 @@ COMMENT= Query several packaging systems for a program LICENSE= gnu-gpl-v2 # or later DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww -DEPENDS+= wget-[0-9]*:../../net/wget USE_LANGUAGES= # none |