summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2004-12-01 15:40:23 +0000
committertaca <taca>2004-12-01 15:40:23 +0000
commitc6513c6b5300581c568113c1f9c8403333572aeb (patch)
tree6eb77f08ed7f162fd132ace988bbbcda7b9d2a73 /www
parentbf05054f03eea9ab66e38adb4240378b9fb808d2 (diff)
downloadpkgsrc-c6513c6b5300581c568113c1f9c8403333572aeb.tar.gz
Fix dependency to ruby-openssl package; since this package is only for
ruby16, it should depneds on ruby16-openssl package. This should fix bulkbuild problem.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-webrick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-webrick/Makefile b/www/ruby-webrick/Makefile
index 3dda3dc551f..611cc6373ff 100644
--- a/www/ruby-webrick/Makefile
+++ b/www/ruby-webrick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/11/28 05:48:32 taca Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/01 15:40:23 taca Exp $
#
DISTNAME= webrick-1.3.1
@@ -10,7 +10,7 @@ MAINTAINER= rasputin@idoru.mine.nu
HOMEPAGE= http://www.webrick.org/
COMMENT= Ruby library to build HTTP servers
-DEPENDS+= ${RUBY_PKGPREFIX}-openssl>=0.1.3:../../security/ruby-openssl
+DEPENDS+= ${RUBY_PKGPREFIX}-openssl>=0.1.3:../../security/ruby16-openssl
DEPENDS+= ${RUBY_PKGPREFIX}-erb>=1.4.3:../../textproc/ruby-erb
RUBY_VERSION= ${RUBY16_VERSION}