summaryrefslogtreecommitdiff
path: root/lang/ruby18
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-14 18:57:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-14 18:57:17 +0000
commitb525510f5a971fcdb873f4526757004b6fe39c80 (patch)
tree903e5f2523bcdd2bdd3cece634b304ccd5fbad83 /lang/ruby18
parent- Use OPENSSLBASE (diff)
- OPENSSLINC is even better
Submitted by: mezz
Notes
Notes: svn path=/head/; revision=153492
Diffstat (limited to 'lang/ruby18')
-rw-r--r--lang/ruby18/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index e9ce8e6029bc..fe5a85b29333 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -40,7 +40,7 @@ GNU_CONFIGURE= yes
WRKSRC= ${RUBY_WRKSRC}
CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \
--enable-shared --enable-pthread \
- --with-openssl-include=${OPENSSLBASE}/include
+ --with-openssl-include=${OPENSSLINC}
.if defined(DEBUG)
CFLAGS+= -g