aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-25 23:12:03 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-25 23:12:03 +0000
commitfdb6019669e300db9b3890ea78494a4da5108c7f (patch)
tree6e9d0ebbd5df20976c7a200e2e51f69f277e72bb /shells
parent63a20463f0f5a7c1efb722599a3c893b20e481e9 (diff)
downloadports-fdb6019669e300db9b3890ea78494a4da5108c7f.tar.gz
ports-fdb6019669e300db9b3890ea78494a4da5108c7f.zip
fix configure arguments for gftp stuff.
PR: 54843 Submitted by: rushani (maintainer)
Notes
Notes: svn path=/head/; revision=85606
Diffstat (limited to 'shells')
-rw-r--r--shells/scponly/Makefile4
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)