aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-04-02 03:57:13 +0800
committerade <ade@FreeBSD.org>2002-04-02 03:57:13 +0800
commit229c322264b820d6103ff73b687c8a35bbf40846 (patch)
treee48646a6cb3d89e3fa96f70fd6bf3facfa3fa42b /net
parent3dcdd46e6cdf31d22f19eec4ca730ed720652e49 (diff)
downloadfreebsd-ports-gnome-229c322264b820d6103ff73b687c8a35bbf40846.tar.gz
freebsd-ports-gnome-229c322264b820d6103ff73b687c8a35bbf40846.tar.zst
freebsd-ports-gnome-229c322264b820d6103ff73b687c8a35bbf40846.zip
Fix SSL case: -with-ssl-{inc,lib} --> -with-ssl{inc,lib}
Approved by: maintainer
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)