diff options
author | rh <rh@pkgsrc.org> | 2002-10-27 07:53:58 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-27 07:53:58 +0000 |
commit | 480aa8a37350ca0e5fa5c3726b32c968ac344f76 (patch) | |
tree | 7e1907740a58f720904a6c3a51732c72b8f0dd0d /net/gftp/Makefile | |
parent | 384b36dec97ee0dd7d236be6cd531f36e6d96f4d (diff) | |
download | pkgsrc-480aa8a37350ca0e5fa5c3726b32c968ac344f76.tar.gz |
Check for pth, not NetBSD, so this compiles with native threads.
Bump PKGREVISION.
Diffstat (limited to 'net/gftp/Makefile')
-rw-r--r-- | net/gftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile index df78c0743e9..4dd854da714 100644 --- a/net/gftp/Makefile +++ b/net/gftp/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/10/21 15:07:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/27 07:53:58 rh Exp $ DISTNAME= gftp-2.0.8 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp/ \ |