diff options
author | taca <taca@pkgsrc.org> | 2015-06-11 15:37:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-11 15:37:21 +0000 |
commit | b85cdb0411925b6e394034ae2ff604192bcf32c3 (patch) | |
tree | 3d02c3face8d3b0d02e816b4deb9949d4fc5352c /textproc | |
parent | 42da9f8ccd2111b6d14cd56e244f2e7df4851399 (diff) | |
download | pkgsrc-b85cdb0411925b6e394034ae2ff604192bcf32c3.tar.gz |
Switch to use tesxtproc/ruby-rdtool/ruby-rdtool.mk instead of buildlink3.mk.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-eruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-eruby/Makefile b/textproc/ruby-eruby/Makefile index 973c0692ba7..9b464889a02 100644 --- a/textproc/ruby-eruby/Makefile +++ b/textproc/ruby-eruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/03/13 11:08:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.30 2015/06/11 15:37:21 taca Exp $ DISTNAME= eruby-${ERUBY_VERSION} PKGREVISION= 8 @@ -54,5 +54,5 @@ post-install: .endfor .include "../../lang/ruby/modules.mk" -.include "../../textproc/ruby-rdtool/buildlink3.mk" +.include "../../textproc/ruby-rdtool/rdtool.mk" .include "../../mk/bsd.pkg.mk" |