summaryrefslogtreecommitdiff
path: root/www/ruby-webrick
diff options
context:
space:
mode:
authortaca <taca>2004-12-01 15:40:23 +0000
committertaca <taca>2004-12-01 15:40:23 +0000
commit7398ba8ba3d1ac659a37963fbac717961d5d1048 (patch)
tree6eb77f08ed7f162fd132ace988bbbcda7b9d2a73 /www/ruby-webrick
parent14851aa32805953a600fac15d30854838369cbdb (diff)
downloadpkgsrc-7398ba8ba3d1ac659a37963fbac717961d5d1048.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/ruby-webrick')
-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}