pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/stone-soup-sdl



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep 15 14:49:24 UTC 2019

Modified Files:
        pkgsrc/games/stone-soup-sdl: Makefile

Log Message:
stone-soup-sdl: Needs glu


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/stone-soup-sdl/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/stone-soup-sdl/Makefile
diff -u pkgsrc/games/stone-soup-sdl/Makefile:1.3 pkgsrc/games/stone-soup-sdl/Makefile:1.4
--- pkgsrc/games/stone-soup-sdl/Makefile:1.3    Sun Aug 11 18:04:36 2019
+++ pkgsrc/games/stone-soup-sdl/Makefile        Sun Sep 15 14:49:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/08/11 18:04:36 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/09/15 14:49:24 nia Exp $
 
 PKGREVISION= 1
 .include "../../games/stone-soup/Makefile.common"
@@ -26,6 +26,7 @@ post-install:
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index