diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-13 16:44:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-13 16:44:59 +0000 |
commit | 187140d64def759bfed4d577cc8b0d70cdf606a1 (patch) | |
tree | 9a3bea61345ae1dde591ae58ae4f910d7dcb6197 /net/gftp-gtk1 | |
parent | d0656463e1d791b58fa41e3eb812a28ac7679cb2 (diff) | |
download | pkgsrc-187140d64def759bfed4d577cc8b0d70cdf606a1.tar.gz |
Add patch from PR 30667 by Geert Hendrickx, fixing sftp.
Bump PKGREVISION.
gftp: add glib2 bl3.mk file since verifypc complains.
Diffstat (limited to 'net/gftp-gtk1')
-rw-r--r-- | net/gftp-gtk1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gftp-gtk1/Makefile b/net/gftp-gtk1/Makefile index e5d9047fcbc..beb1e37956d 100644 --- a/net/gftp-gtk1/Makefile +++ b/net/gftp-gtk1/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/03/02 20:43:21 tron Exp $ +# $NetBSD: Makefile,v 1.8 2005/10/13 16:44:59 wiz Exp $ .include "${.CURDIR}/../gftp/Makefile.common" PKGNAME= gftp-gtk1-${VERSION} +PKGREVISION= 1 COMMENT= Multithreaded GTK+ ftp client CONFLICTS= gftp-[0-9]* |