pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ruby-opengl
Module Name: pkgsrc
Committed By: nia
Date: Fri Aug 30 18:25:43 UTC 2019
Modified Files:
pkgsrc/graphics/ruby-opengl: Makefile
Log Message:
ruby-opengl: needs MesaLib, freeglut, glu
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/ruby-opengl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ruby-opengl/Makefile
diff -u pkgsrc/graphics/ruby-opengl/Makefile:1.35 pkgsrc/graphics/ruby-opengl/Makefile:1.36
--- pkgsrc/graphics/ruby-opengl/Makefile:1.35 Sun Jan 14 14:58:40 2018
+++ pkgsrc/graphics/ruby-opengl/Makefile Fri Aug 30 18:25:43 2019
@@ -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 @@ pre-configure:
${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