summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-01-14 18:42:11 +0000
committerpav <pav@FreeBSD.org>2006-01-14 18:42:11 +0000
commite96c755012588d4b3a9b863a7d7b46841ea328ec (patch)
treed634e0c3ed68c4129d2e21f9316141e7f5c360df /lang
parent2badf74c21c150f18ce2dbc327fe5c925788411a (diff)
downloadFreeBSD-ports-e96c755012588d4b3a9b863a7d7b46841ea328ec.zip
FreeBSD-ports-e96c755012588d4b3a9b863a7d7b46841ea328ec.tar.gz
- Use OPENSSLBASE
Suggested by: mezz
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby18/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index c7dc777..e9ce8e6 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -39,7 +39,8 @@ USE_REINPLACE= yes
GNU_CONFIGURE= yes
WRKSRC= ${RUBY_WRKSRC}
CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \
- --enable-shared --enable-pthread
+ --enable-shared --enable-pthread \
+ --with-openssl-include=${OPENSSLBASE}/include
.if defined(DEBUG)
CFLAGS+= -g
@@ -51,10 +52,6 @@ MAN1= ${RUBY_NAME}.1
.include <bsd.port.pre.mk>
-.if !defined(WITH_OPENSSL_BASE)
-CONFIGURE_ARGS+=--with-openssl-include=${LOCALBASE}/include
-.endif
-
.if ${OSVERSION} < 502102
EXTRA_PATCHES= ${PATCHDIR}/extrapatch-eval.c
.endif
OpenPOWER on IntegriCloud