define USE_RUBY_RD implies USE_RUBY.

This commit is contained in:
taca 2001-07-04 15:18:27 +00:00
parent c041ff8054
commit 3967175add

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.1.1.1 2001/07/01 00:00:03 taca Exp $
# $NetBSD: Makefile.common,v 1.2 2001/07/04 15:18:27 taca Exp $
#
# USE_RUBY_RD - Says that the package uses rd to generate documents.
@ -14,6 +14,7 @@ RUBY_RD_VERSION = 0.6.10
RUBY_RD_REQD = 0.6.7
.if defined(USE_RUBY_RD)
USE_RUBY= # defined
BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}rdtool>=${RUBY_RD_REQD}:../../textproc/ruby-rdtool
.endif