pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ruby-opengl ruby-opengl: needs MesaLib, freeg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/615d97c063fb
branches:  trunk
changeset: 400587:615d97c063fb
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 30 18:25:43 2019 +0000

description:
ruby-opengl: needs MesaLib, freeglut, glu

diffstat:

 graphics/ruby-opengl/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 836465b0962c -r 615d97c063fb graphics/ruby-opengl/Makefile
--- a/graphics/ruby-opengl/Makefile     Fri Aug 30 18:16:49 2019 +0000
+++ b/graphics/ruby-opengl/Makefile     Fri Aug 30 18:25:43 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/01/14 14:58:40 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2019/08/30 18:25:43 nia Exp $
 
 DISTNAME=      ruby-opengl-0.60.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -19,5 +19,7 @@
        ${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
 
 .include "../../lang/ruby/gem.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index