aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-16 02:04:30 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-16 02:04:30 +0800
commit883b71570447fb0f22ed0672fc5db5832a50cedc (patch)
tree2e3259213f075c849f991c608b636245b016f420 /ftp
parente6fa5a87d14993b2caeb1ef6f9203022e17a94b0 (diff)
downloadfreebsd-ports-gnome-883b71570447fb0f22ed0672fc5db5832a50cedc.tar.gz
freebsd-ports-gnome-883b71570447fb0f22ed0672fc5db5832a50cedc.tar.zst
freebsd-ports-gnome-883b71570447fb0f22ed0672fc5db5832a50cedc.zip
- Fix typo
Reported by: Scott Bennett <bennett@sdf.org>
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 429c0f8a65ee..62baa7b90380 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -154,7 +154,7 @@ IGNORE= only supports TLS-SRP with either OpenSSL or GnuTLS
IGNORE= only supports LDAPS with LDAP
.endif
-.if ${PORT_OPTIONS:MLDAPS} && !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MNSS} && !${PORT_OPTIONS:MOPENSSL} && !${PORT_OPTIONS:MPOLARSSL} && !${PORT_OTIONS:MWOLFSSL}
+.if ${PORT_OPTIONS:MLDAPS} && !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MNSS} && !${PORT_OPTIONS:MOPENSSL} && !${PORT_OPTIONS:MPOLARSSL} && !${PORT_OPTIONS:MWOLFSSL}
IGNORE= only supports LDAPS with SSL
.endif