summaryrefslogtreecommitdiff
path: root/security/ruby-bcrypt
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-03-13 11:08:49 +0000
committerjperkin <jperkin>2014-03-13 11:08:49 +0000
commit1e8a4d3617e2918d830fd2618a6229f25737609e (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /security/ruby-bcrypt
parent76ae186abf09bff770978229a780293f2e6d1fdb (diff)
downloadpkgsrc-1e8a4d3617e2918d830fd2618a6229f25737609e.tar.gz
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'security/ruby-bcrypt')
-rw-r--r--security/ruby-bcrypt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ruby-bcrypt/Makefile b/security/ruby-bcrypt/Makefile
index 9894ec34a80..465006a57db 100644
--- a/security/ruby-bcrypt/Makefile
+++ b/security/ruby-bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/09/15 14:56:11 taca Exp $
+# $NetBSD: Makefile,v 1.5 2014/03/13 11:08:52 jperkin Exp $
DISTNAME= bcrypt-ruby-3.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
@@ -9,5 +9,7 @@ HOMEPAGE= http://github.com/datamapper/dm-core
COMMENT= OpenBSD's bcrypt() password hashing algorithm for Ruby
LICENSE= mit
+USE_GCC_RUNTIME= yes
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"