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:   nia
Date:           Fri Aug 30 17:56:33 UTC 2019

Modified Files:
        pkgsrc/games/xracer: Makefile

Log Message:
xracer: requires MesaLib, glu, freeglu


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 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.64 pkgsrc/games/xracer/Makefile:1.65
--- pkgsrc/games/xracer/Makefile:1.64   Sun Aug 11 13:21:04 2019
+++ pkgsrc/games/xracer/Makefile        Fri Aug 30 17:56:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2019/08/11 13:21:04 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2019/08/30 17:56:33 nia Exp $
 #
 
 DISTNAME=              xracer-0.96.9
@@ -34,7 +34,9 @@ post-configure: do-makemaker-configure
 DEPENDS+=              netpbm-[0-9]*:../../graphics/netpbm
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index