diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 03:09:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 03:09:11 +0000 |
commit | 57083eef2b028555f2a569a51472b3c8b5b47789 (patch) | |
tree | 29ecd69158b061baa4b1e981676a6afbe7d8c1c0 /ftp/gftp/Makefile | |
parent | maintainer-update www/p5-Apache-Gallery to 0.6 (diff) |
update-port: ftp/gftp
make ssh2 connects working w/o the ssh-askpass utility (fix the
code how to acquire a [pt]ty pair) The user may still choose the
ssh-askpass way inside the application. That way is just no longer
forced (as i did with the last update). Now it's possible to choose
between direct password-sending from the application, or sending
the password with the ssh-askass utility.
PR: ports/51391
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=79828
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 4ae1356f7279..6f41518c7385 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= gftp PORTVERSION= 2.0.14 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp/ @@ -41,10 +42,6 @@ USE_GNOME+= gtk12 CONFIGURE_ENV+= _GTHREAD_LIBS="-lgthread12" .endif .endif -.if defined(WITH_SSH) -RUN_DEPENDS+= ssh-askpass:${PORTSDIR}/security/openssh-askpass -CFLAGS+= -DWITH_SSH -.endif .include <bsd.port.pre.mk> @@ -71,7 +68,6 @@ pre-everything:: @${ECHO} "" @${ECHO} " WITHOUT_X11=yes Only build the text frontend." @${ECHO} " WITH_GTK2=yes Use gtk 2.x instead of 1.x" - @${ECHO} " WITH_SSH=yes To enable SSH2 support" @${ECHO} "" post-patch: |