summaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-07-25 23:12:03 +0000
committermaho <maho@FreeBSD.org>2003-07-25 23:12:03 +0000
commit72bc72919c27dba5da6a3c57b0ee3214bc2c4d5d (patch)
tree0bdfee5398d22765ea84a29b919ce920d63eee20 /shells
parent5c13b645a7d1291446eb021bdfaf055f3cb85f42 (diff)
downloadFreeBSD-ports-72bc72919c27dba5da6a3c57b0ee3214bc2c4d5d.zip
FreeBSD-ports-72bc72919c27dba5da6a3c57b0ee3214bc2c4d5d.tar.gz
fix configure arguments for gftp stuff.
PR: 54843 Submitted by: rushani (maintainer)
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 91e9bc6..4ba2623 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)
OpenPOWER on IntegriCloud