summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-04-01 19:57:13 +0000
committerAde Lovett <ade@FreeBSD.org>2002-04-01 19:57:13 +0000
commit746d2c5deec7dd4a3fee2d7b7f08218253a58f57 (patch)
treea9131de187edfbad8bac90e7b877aa00b6ea2d65 /net
parentUpdate /etc/services: (diff)
Fix SSL case: -with-ssl-{inc,lib} --> -with-ssl{inc,lib}
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=57156
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index c85514b34c91..19d3942ed1fc 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-syslog
.endif
.if defined(WITH_SSL)
-CONFIGURE_ARGS+= --with-ssl --with-ssl-inc=/usr/include/openssl --with-ssl-lib=/usr/lib
+CONFIGURE_ARGS+= --with-ssl --with-sslinc=/usr/include/openssl --with-ssllib=/usr/lib
.endif
.if defined(WITH_LDAP)