pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/spaceracer



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Dec 13 13:26:40 UTC 2021

Modified Files:
        pkgsrc/games/spaceracer: Makefile

Log Message:
spaceracer: add missing dependency on glu


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/spaceracer/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/spaceracer/Makefile
diff -u pkgsrc/games/spaceracer/Makefile:1.16 pkgsrc/games/spaceracer/Makefile:1.17
--- pkgsrc/games/spaceracer/Makefile:1.16       Fri Mar 20 11:57:44 2020
+++ pkgsrc/games/spaceracer/Makefile    Mon Dec 13 13:26:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/03/20 11:57:44 nia Exp $
+# $NetBSD: Makefile,v 1.17 2021/12/13 13:26:39 nia Exp $
 #
 
 DISTNAME=              spaceracer-0.2.4
@@ -22,5 +22,6 @@ pre-configure:
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../multimedia/smpeg/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index