Remove dependency to ruby-amstd package.

This commit is contained in:
taca 2002-01-03 15:50:42 +00:00
parent 0a435cb068
commit 2443564926

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.3 2001/07/04 16:00:39 taca Exp $
# $NetBSD: Makefile.common,v 1.4 2002/01/03 15:50:42 taca Exp $
#
# USE_RUBY_RD - Says that the package uses rd to generate documents.
@ -17,5 +17,3 @@ RUBY_RD_REQD = 0.6.7
USE_RUBY?= # defined
BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}rdtool>=${RUBY_RD_REQD}:../../textproc/ruby-rdtool
.endif
.include "../../devel/ruby-amstd/Makefile.common"