diff options
author | taca <taca@pkgsrc.org> | 2005-11-03 07:20:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-03 07:20:56 +0000 |
commit | 9f78b5509cd3114149bb3051dfe1a32f4943333c (patch) | |
tree | 93fe54a525b3fcfc00c679aa0e9bcd385e75b58e /net | |
parent | 86aa02418d6af195001150da4482c0b7a3ced3d4 (diff) | |
download | pkgsrc-9f78b5509cd3114149bb3051dfe1a32f4943333c.tar.gz |
Remove supporting ruby16-base package.
Diffstat (limited to 'net')
-rw-r--r-- | net/dtcp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile index 329b9620fa6..0168858fd76 100644 --- a/net/dtcp/Makefile +++ b/net/dtcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/11/03 05:15:09 taca Exp $ +# $NetBSD: Makefile,v 1.15 2005/11/03 07:20:56 taca Exp $ # DISTNAME= dtcp-20050521 @@ -13,12 +13,6 @@ COMMENT= Dynamic Tunnel Configuration Protocol daemon and client DEPENDS+= qpopper-[0-9]*:../../mail/qpopper -.include "../../lang/ruby/rubyversion.mk" -.if ${RUBY_VER} == "16" -DEPENDS+= ${RUBY_PKGPREFIX}-dbm-[0-9]*:../../databases/ruby-dbm -DEPENDS+= ${RUBY_PKGPREFIX}-digest-[0-9]*:../../security/ruby${RUBY_VER}-digest -.endif - RCD_SCRIPTS= dtcpc dtcps USE_PKGINSTALL= YES |