diff options
author | pav <pav@FreeBSD.org> | 2006-01-14 18:57:17 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-14 18:57:17 +0000 |
commit | e059093406d14fe7ff1cd9a72dcc03f6d4b2cf30 (patch) | |
tree | bdcb8e992bde50b6c905bc9e8d71bcfe95a9ffd6 /lang | |
parent | e96c755012588d4b3a9b863a7d7b46841ea328ec (diff) | |
download | FreeBSD-ports-e059093406d14fe7ff1cd9a72dcc03f6d4b2cf30.zip FreeBSD-ports-e059093406d14fe7ff1cd9a72dcc03f6d4b2cf30.tar.gz |
- OPENSSLINC is even better
Submitted by: mezz
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index e9ce8e6..fe5a85b 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 |