diff options
author | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
commit | bef3134ed490d801c9b67d774eb140aa65897ab4 (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /net/napshare | |
parent | 24aabfa97a1b266a2e8fe1d6f66ea5255c1f61cc (diff) | |
download | pkgsrc-bef3134ed490d801c9b67d774eb140aa65897ab4.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'net/napshare')
-rw-r--r-- | net/napshare/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/napshare/Makefile b/net/napshare/Makefile index f2035f12322..7285a80c2e3 100644 --- a/net/napshare/Makefile +++ b/net/napshare/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/09/02 14:50:01 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/02 11:56:09 wiz Exp $ DISTNAME= napshare-1.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=napshare/} @@ -8,7 +9,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://napshare.sourceforge.net/ COMMENT= Fully featured Gnutella P2P client made to run 24/7 unattended -DEPENDS= gtk+-1.2.*:../../x11/gtk +DEPENDS= gtk+>=1.2.10nb4:../../x11/gtk USE_X11= YES GNU_CONFIGURE= YES |