From d024aa704f23022031ea4002d1ff81933c639b60 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 23 Sep 2000 23:39:42 +0000 Subject: Oops, I forgot to commit this patch to make WITH_SSL compile again. --- ftp/curl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 473ed01e3337..120991d600f0 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -26,8 +26,6 @@ SHLIB_VER= 0 MAKE_ENV= SHLIB_VER="${SHLIB_VER}" PLIST_SUB= SHLIB_VER="${SHLIB_VER}" -.include - .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 +.include -- cgit v1.2.3