1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix build error in the environment that using the OpenSSL from the ports

instead of the one from the base system.

Submitted by:	Ingo Rohlfs <ingo.rohlfs@gmx.de>
This commit is contained in:
MANTANI Nobutaka 2004-08-21 13:52:53 +00:00
parent 2823cdaa29
commit 34d7b2e51b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116944

View File

@ -30,7 +30,7 @@ DOCS= FAQ.html HISTORY MANUAL.html README \
README.dict README.func STORY.html keymap.default \
keymap.lynx menu.default menu.submenu
.if !defined(WITHOUT_SSL) && exists(/usr/lib/libcrypto.so)
.if !defined(WITHOUT_SSL) && (exists(/usr/lib/libcrypto.so) || exists(${LOCALBASE}/lib/libcrypto.so))
USE_OPENSSL= yes
.else
CONFIGURE_ARGS+= --without-ssl