pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xracer



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:17:10 UTC 2019

Modified Files:
        pkgsrc/games/xracer: Makefile

Log Message:
Needs libXmu, which used to be pulled in by Mesa.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/games/xracer/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/xracer/Makefile
diff -u pkgsrc/games/xracer/Makefile:1.65 pkgsrc/games/xracer/Makefile:1.66
--- pkgsrc/games/xracer/Makefile:1.65   Fri Aug 30 17:56:33 2019
+++ pkgsrc/games/xracer/Makefile        Thu Dec 19 22:17:10 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2019/08/30 17:56:33 nia Exp $
+# $NetBSD: Makefile,v 1.66 2019/12/19 22:17:10 joerg Exp $
 #
 
 DISTNAME=              xracer-0.96.9
@@ -39,4 +39,5 @@ DEPENDS+=             netpbm-[0-9]*:../../graphics/
 .include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../lang/perl5/module.mk"
+.include "../../x11/libXmu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index