diff options
author | pav <pav@FreeBSD.org> | 2006-01-14 14:10:30 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-14 14:10:30 +0000 |
commit | 2caa45680c52371383edb93789772e6105b2e665 (patch) | |
tree | 3adc232a4bea109ed4ad8b471571c63c58be80bf /lang/ruby18 | |
parent | 3303676512fa9a2e0d1fcc4c8e43908b06c17007 (diff) | |
download | FreeBSD-ports-2caa45680c52371383edb93789772e6105b2e665.zip FreeBSD-ports-2caa45680c52371383edb93789772e6105b2e665.tar.gz |
- Correct OpenSSL handling from previous commit
Diffstat (limited to 'lang/ruby18')
-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 b9a3068..db5a09f 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -52,7 +52,7 @@ MAN1= ${RUBY_NAME}.1 .include <bsd.port.pre.mk> -.if defined(WITH_OPENSSL_PORT) +.if !defined(WITH_OPENSSL_BASE) CONFIGURE_ARGS+=--with-openssl-include=${LOCALBASE}/include .endif |