1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Fix SSL case: -with-ssl-{inc,lib} --> -with-ssl{inc,lib}

Approved by:	maintainer
This commit is contained in:
Ade Lovett 2002-04-01 19:57:13 +00:00
parent ff5258563d
commit 746d2c5dee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57156

View File

@ -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)