diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-04-01 19:57:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-04-01 19:57:13 +0000 |
commit | 746d2c5deec7dd4a3fee2d7b7f08218253a58f57 (patch) | |
tree | a9131de187edfbad8bac90e7b877aa00b6ea2d65 /net | |
parent | Update /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/Makefile | 2 |
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) |