pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/bullet
Module Name: pkgsrc
Committed By: nia
Date: Fri Aug 30 17:24:35 UTC 2019
Modified Files:
pkgsrc/devel/bullet: Makefile
Log Message:
bullet: doesn't need glut, just depend on mesa and glu
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/bullet/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/bullet/Makefile
diff -u pkgsrc/devel/bullet/Makefile:1.12 pkgsrc/devel/bullet/Makefile:1.13
--- pkgsrc/devel/bullet/Makefile:1.12 Fri Aug 30 17:01:32 2019
+++ pkgsrc/devel/bullet/Makefile Fri Aug 30 17:24:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/08/30 17:01:32 nia Exp $
+# $NetBSD: Makefile,v 1.13 2019/08/30 17:24:35 nia Exp $
DISTNAME= bullet-2.88
PKGREVISION= 1
@@ -28,5 +28,6 @@ CMAKE_ARGS+= -DBUILD_UNIT_TESTS:BOOL=off
PKGCONFIG_OVERRIDE+= bullet.pc.in
-.include "../../graphics/freeglut/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index