diff options
author | taca <taca@pkgsrc.org> | 2005-03-06 13:04:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-03-06 13:04:13 +0000 |
commit | 16245a25d1e8c8e769fc41ca0bc9834a3d1e0709 (patch) | |
tree | 403398ba7d42a20a0df83f41bd6763f468b285d7 /graphics/ruby-opengl | |
parent | 277478308f22270fbcc0636c1ebaf61ab4ad9f52 (diff) | |
download | pkgsrc-16245a25d1e8c8e769fc41ca0bc9834a3d1e0709.tar.gz |
Remove redundant include of ruby/buildlink3.mk.
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index e10ab345947..d86a1aa1ba3 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/01/28 14:08:01 taca Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/06 13:04:13 taca Exp $ # FreeBSD: ports/graphics/ruby-opengl/Makefile,v 1.4 2000/09/26 08:01:58 knu Exp DISTNAME= rbogl-${VERSION} @@ -29,6 +29,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.EUC ${RUBY_DOCDIR}/opengl/README.ja .include "../../graphics/Mesa/buildlink3.mk" -.include "../../lang/ruby/buildlink3.mk" .include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" |