svn commit: r386449 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 15 18:04:31 UTC 2015
Author: sunpoet
Date: Fri May 15 18:04:30 2015
New Revision: 386449
URL: https://svnweb.freebsd.org/changeset/ports/386449
Log:
- Fix typo
Reported by: Scott Bennett <bennett at sdf.org>
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Fri May 15 18:04:26 2015 (r386448)
+++ head/ftp/curl/Makefile Fri May 15 18:04:30 2015 (r386449)
@@ -154,7 +154,7 @@ IGNORE= only supports TLS-SRP with eith
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
More information about the svn-ports-all
mailing list