aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby18
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-14 18:42:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-14 18:42:11 +0000
commitd06a8792e05bd0a90b2a4e782c7483ab1b1516f1 (patch)
treeed61b43bf2da7e3001ec3069ac9b3ee8b6e13e07 /lang/ruby18
parent5b718a30cb8d72d103077e71993c5a38a635315e (diff)
downloadports-d06a8792e05bd0a90b2a4e782c7483ab1b1516f1.tar.gz
ports-d06a8792e05bd0a90b2a4e782c7483ab1b1516f1.zip
Notes
Diffstat (limited to 'lang/ruby18')
-rw-r--r--lang/ruby18/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index c7dc77799572..e9ce8e6029bc 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