diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-12 17:54:27 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-12 17:54:27 +0000 |
commit | a9c25292b7f66e04413943c96c84d68707101c0d (patch) | |
tree | 98f1b4515dafba02f3810f2a21a3aa935660ab24 /lang/ruby18/Makefile | |
parent | 8605363e105abd4a638eecf4872d8dedf5b86d58 (diff) | |
download | ports-a9c25292b7f66e04413943c96c84d68707101c0d.tar.gz ports-a9c25292b7f66e04413943c96c84d68707101c0d.zip |
Notes
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r-- | lang/ruby18/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 2fbdf8fe324a..90d8f3412547 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -34,12 +34,6 @@ RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes _RUBY_SYSLIBDIR= ${PREFIX}/lib -.ifdef(WITH_OPENSSL_PORT) -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ext_openssl_openssl_missing.h -.else -WITH_OPENSSL_BASE= yes # prefer base openssl -.endif - OPTIONS= PTHREADS "Enable pthreads support (may break some apps)" off \ ONIGURUMA "Build with oniguruma regular expressions lib" off \ GCPATCH "Build with GC performance statistics collector" off \ |