diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-25 23:12:03 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-25 23:12:03 +0000 |
commit | fdb6019669e300db9b3890ea78494a4da5108c7f (patch) | |
tree | 6e9d0ebbd5df20976c7a200e2e51f69f277e72bb /shells/scponly | |
parent | Update to 0.3.5 (diff) |
fix configure arguments for gftp stuff.
PR: 54843
Submitted by: rushani (maintainer)
Notes
Notes:
svn path=/head/; revision=85606
Diffstat (limited to 'shells/scponly')
-rw-r--r-- | shells/scponly/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index 91e9bc668b5c..4ba26237310a 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -73,9 +73,9 @@ CONFIGURE_ARGS+=--disable-scp-compat .endif .if defined(WITH_SCPONLY_GFTP) -CONFIGURE_ARGS+=--enable-gftp +CONFIGURE_ARGS+=--enable-gftp-compat .else -CONFIGURE_ARGS+=--disable-gftp +CONFIGURE_ARGS+=--disable-gftp-compat .endif .if defined(WITH_SCPONLY_WINSCP) |