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 | 4558e2784881fdce5d00d3a1a51d9060cad81509 (diff) |
Notes
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: |