summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-09-25 10:50:58 +0000
committerfhajny <fhajny@pkgsrc.org>2014-09-25 10:50:58 +0000
commit5f6a1a44ed58512504a307f3f74416ba915b9bc9 (patch)
tree7495c77d3d52d46a50edbd2683d8260e8fc46a29 /www
parent32cb0ef370148a9eb61a15047c6ff0d43ffdbaa7 (diff)
downloadpkgsrc-5f6a1a44ed58512504a307f3f74416ba915b9bc9.tar.gz
This package needs OpenSSL to build (no change where OpenSSL is built-in).
Diffstat (limited to 'www')
-rw-r--r--www/ruby-puma/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile
index a2b82bf9756..0bee032a43e 100644
--- a/www/ruby-puma/Makefile
+++ b/www/ruby-puma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/03/14 19:21:27 taca Exp $
+# $NetBSD: Makefile,v 1.5 2014/09/25 10:50:58 fhajny Exp $
DISTNAME= puma-2.8.1
CATEGORIES= www
@@ -15,4 +15,5 @@ CONFLICTS+= ruby[1-9][0-9][0-9]-puma-[0-9]*
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"