From abadc4a1aa6ef305f3552d57db192b3497ab2047 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 14 Jan 2006 14:10:30 +0000 Subject: [PATCH] - Correct OpenSSL handling from previous commit --- lang/ruby18/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index b9a30687b27a..db5a09f2f001 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -52,7 +52,7 @@ MAN1= ${RUBY_NAME}.1 .include -.if defined(WITH_OPENSSL_PORT) +.if !defined(WITH_OPENSSL_BASE) CONFIGURE_ARGS+=--with-openssl-include=${LOCALBASE}/include .endif