diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-26 15:45:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-26 15:45:00 +0000 |
commit | 85c1629e8bf0b6eddd665534fa636835009893ae (patch) | |
tree | 99862bb439dd9a397ce2043eeff7759f5cb9bbe7 /lang/ruby20 | |
parent | b5344d80447116d12291928d87ae9bacd814c645 (diff) | |
download | ports-85c1629e8bf0b6eddd665534fa636835009893ae.tar.gz ports-85c1629e8bf0b6eddd665534fa636835009893ae.zip |
Notes
Diffstat (limited to 'lang/ruby20')
-rw-r--r-- | lang/ruby20/Makefile | 8 | ||||
-rw-r--r-- | lang/ruby20/pkg-plist | 5 |
2 files changed, 4 insertions, 9 deletions
diff --git a/lang/ruby20/Makefile b/lang/ruby20/Makefile index 9b982154b338..28a5ad5ce0fa 100644 --- a/lang/ruby20/Makefile +++ b/lang/ruby20/Makefile @@ -12,11 +12,11 @@ DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT?= An object-oriented interpreted scripting language +COMMENT?= Object-oriented interpreted scripting language -LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi \ - yaml-0.2:${PORTSDIR}/textproc/libyaml \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libffi.so:${PORTSDIR}/devel/libffi \ + libyaml.so:${PORTSDIR}/textproc/libyaml GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} diff --git a/lang/ruby20/pkg-plist b/lang/ruby20/pkg-plist index eb4476ed0785..42bafcfa19e6 100644 --- a/lang/ruby20/pkg-plist +++ b/lang/ruby20/pkg-plist @@ -927,15 +927,10 @@ include/ruby-2.0/ruby.h %%RUBY_LIBDIR%%/rubygems/source_specific_file.rb %%RUBY_LIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_LIBDIR%%/rubygems/specification.rb -%%RUBY_LIBDIR%%/rubygems/ssl_certs/AddTrustExternalCARoot.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrustGlobalCA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrust_Global_CA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/ca-bundle.pem %%RUBY_LIBDIR%%/rubygems/syck_hack.rb %%RUBY_LIBDIR%%/rubygems/test_case.rb %%RUBY_LIBDIR%%/rubygems/test_utilities.rb |