diff options
author | sevan <sevan@pkgsrc.org> | 2015-10-14 18:33:08 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-10-14 18:33:08 +0000 |
commit | 8a01f40e4b19657eace7024583d8ed35655170d1 (patch) | |
tree | 2b9d2521dc2ea35661b4c1a6ba63e4887ae64d42 /lang/ruby18-base/Makefile | |
parent | f0a44273565782087efc59ea182ab5e2ec956ec3 (diff) | |
download | pkgsrc-8a01f40e4b19657eace7024583d8ed35655170d1.tar.gz |
Add pkg-config to USE_TOOLS.
Set PKG_CONFIG to empty as it removes reference to the build directory.
Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html
Fix typo in comment s/refrect/reference.
Reviewed by taca@ wiz@
Diffstat (limited to 'lang/ruby18-base/Makefile')
-rw-r--r-- | lang/ruby18-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile index f79ee7bc44e..0f42d8a369d 100644 --- a/lang/ruby18-base/Makefile +++ b/lang/ruby18-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2015/02/16 14:03:32 taca Exp $ +# $NetBSD: Makefile,v 1.84 2015/10/14 18:33:08 sevan Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --enable-shared \ WRKSRC= ${RUBY_WRKSRC} # -# Don't refrect pkgsrc's INSTALL macro since Ruby expect it could +# Don't reference pkgsrc's INSTALL macro since Ruby expect it could # execute by unprivileged user. # CONFIGURE_ENV+= INSTALL="${INSTALL} ${COPY}" \ |