diff options
author | taca <taca@pkgsrc.org> | 2005-02-21 15:39:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-02-21 15:39:42 +0000 |
commit | 2a054b28c9155a020eafbd2bbdda30ee56bc6657 (patch) | |
tree | b2b6f0d77a85ee7a9c52b82a7febbbfe0b45eb24 /net/dtcp | |
parent | c8d7c2377e451ba940839b06cae853149455a666 (diff) | |
download | pkgsrc-2a054b28c9155a020eafbd2bbdda30ee56bc6657.tar.gz |
Remove dependency to ruby-dbm and ruby-digest package since they are
included in ruby (base) package.
Bump PKGREVISION.
Diffstat (limited to 'net/dtcp')
-rw-r--r-- | net/dtcp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile index f5a8609b579..ec02ac707ce 100644 --- a/net/dtcp/Makefile +++ b/net/dtcp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/02/01 14:26:14 hamajima Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/21 15:39:42 taca Exp $ # DISTNAME= dtcp-20040611 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \ http://home.jp.FreeBSD.org/~ume/ipv6/ @@ -11,8 +11,6 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www.imasy.or.jp/~ume/dtcp/ COMMENT= Dynamic Tunnel Configuration Protocol daemon and client -DEPENDS+= ${RUBY_PKGPREFIX}-digest-*:../../security/ruby-digest -DEPENDS+= ${RUBY_PKGPREFIX}-dbm-*:../../databases/ruby-dbm DEPENDS+= qpopper-*:../../mail/qpopper MAKE_ENV+= RUBY=${RUBY} |