1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- Correct OpenSSL handling from previous commit

This commit is contained in:
Pav Lucistnik 2006-01-14 14:10:30 +00:00
parent bbcd9f3fd2
commit abadc4a1aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153462

View File

@ -52,7 +52,7 @@ MAN1= ${RUBY_NAME}.1
.include <bsd.port.pre.mk>
.if defined(WITH_OPENSSL_PORT)
.if !defined(WITH_OPENSSL_BASE)
CONFIGURE_ARGS+=--with-openssl-include=${LOCALBASE}/include
.endif