pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/cal3d-examples
Module Name: pkgsrc
Committed By: joerg
Date: Wed Dec 25 00:14:41 UTC 2019
Modified Files:
pkgsrc/graphics/cal3d-examples: Makefile
Log Message:
Needs libXmu
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/cal3d-examples/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/cal3d-examples/Makefile
diff -u pkgsrc/graphics/cal3d-examples/Makefile:1.24 pkgsrc/graphics/cal3d-examples/Makefile:1.25
--- pkgsrc/graphics/cal3d-examples/Makefile:1.24 Fri Aug 30 18:39:22 2019
+++ pkgsrc/graphics/cal3d-examples/Makefile Wed Dec 25 00:14:41 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/08/30 18:39:22 nia Exp $
+# $NetBSD: Makefile,v 1.25 2019/12/25 00:14:41 joerg Exp $
#
PKGNAME= cal3d-examples-${CAL3D_VERSION}
@@ -51,4 +51,5 @@ post-install:
.include "../../graphics/freeglut/buildlink3.mk"
CONFIGURE_ARGS+= --with-glut=${BUILDLINK_PREFIX.freeglut}
.include "../../graphics/glu/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index