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 | 63a20463f0f5a7c1efb722599a3c893b20e481e9 (diff) | |
download | ports-fdb6019669e300db9b3890ea78494a4da5108c7f.tar.gz ports-fdb6019669e300db9b3890ea78494a4da5108c7f.zip |
Notes
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) |