diff options
author | pav <pav@FreeBSD.org> | 2006-01-15 02:42:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-15 02:42:11 +0800 |
commit | e96c755012588d4b3a9b863a7d7b46841ea328ec (patch) | |
tree | d634e0c3ed68c4129d2e21f9316141e7f5c360df | |
parent | 2badf74c21c150f18ce2dbc327fe5c925788411a (diff) | |
download | freebsd-ports-gnome-e96c755012588d4b3a9b863a7d7b46841ea328ec.tar.gz freebsd-ports-gnome-e96c755012588d4b3a9b863a7d7b46841ea328ec.tar.zst freebsd-ports-gnome-e96c755012588d4b3a9b863a7d7b46841ea328ec.zip |
- Use OPENSSLBASE
Suggested by: mezz
-rw-r--r-- | lang/ruby18/Makefile | 7 |
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 |