From 3303676512fa9a2e0d1fcc4c8e43908b06c17007 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 14 Jan 2006 14:05:32 +0000 Subject: - Make OpenSSL handling more obvious --- lang/ruby18/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 9d896530429f..b9a30687b27a 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -38,8 +38,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ - --enable-shared \ - --with-openssl-include=${PREFIX}/include + --enable-shared CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" @@ -52,6 +51,11 @@ INSTALLS_SHLIB= yes MAN1= ${RUBY_NAME}.1 .include + +.if defined(WITH_OPENSSL_PORT) +CONFIGURE_ARGS+=--with-openssl-include=${LOCALBASE}/include +.endif + .if ${OSVERSION} < 502102 EXTRA_PATCHES= ${PATCHDIR}/extrapatch-eval.c .endif -- cgit