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 | 0573cc7c802d41756af5118c5f587c6ecb2a633d (patch) | |
tree | 6eb77f08ed7f162fd132ace988bbbcda7b9d2a73 | |
parent | e9fcd516af7047476cc19a032b66f027aec51e0a (diff) | |
download | pkgsrc-0573cc7c802d41756af5118c5f587c6ecb2a633d.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.
-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} |