mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
11 lines
251 B
Makefile
11 lines
251 B
Makefile
# $NetBSD: rdtool.mk,v 1.2 2015/06/08 13:45:25 joerg Exp $
|
|
|
|
.if !defined(RUBY_RDTOOL_MK)
|
|
|
|
RUBY_RDTOOL_MK :=
|
|
|
|
RUBY_RD= ${PREFIX}/bin/rd2${RUBY_SUFFIX}
|
|
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.14:../../textproc/ruby-rdtool
|
|
|
|
.endif # RUBY_RDTOOL_MK
|