1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Oops, I forgot to commit this patch to make WITH_SSL compile again.

This commit is contained in:
Kris Kennaway 2000-09-23 23:39:42 +00:00
parent 216579801e
commit d024aa704f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33053

View File

@ -26,8 +26,6 @@ SHLIB_VER= 0
MAKE_ENV= SHLIB_VER="${SHLIB_VER}"
PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
.include <bsd.port.pre.mk>
.if defined(WITH_SSL)
USE_OPENSSL= YES
CONFIGURE_ENV+= CPPFLAGS='-I${OPENSSLINC} -I${OPENSSLINC}/openssl' \
@ -46,4 +44,4 @@ post-configure:
${WRKSRC}/${x}.pre_sed > ${WRKSRC}/${x}
.endfor
.include <bsd.port.post.mk>
.include <bsd.port.mk>