diff options
author | taca <taca@pkgsrc.org> | 2004-12-01 15:40:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-12-01 15:40:23 +0000 |
commit | 7f8489833e8994ea99a6ecb0e0e1f22d38290925 (patch) | |
tree | 6eb77f08ed7f162fd132ace988bbbcda7b9d2a73 /www/ruby-webrick | |
parent | 83bc8e0d5bf2739940d26b8b1d7904bd9bbaa74d (diff) | |
download | pkgsrc-7f8489833e8994ea99a6ecb0e0e1f22d38290925.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/Makefile | 4 |
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} |