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:           Mon Dec 14 09:08:56 UTC 2020

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

Log Message:
stone-stoup-sdl: Needs external copy of DejaVu to copy into place


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/games/stone-soup-sdl/Makefile:1.15
--- pkgsrc/games/stone-soup-sdl/Makefile:1.14   Wed Dec  9 12:28:40 2020
+++ pkgsrc/games/stone-soup-sdl/Makefile        Mon Dec 14 09:08:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/12/09 12:28:40 nia Exp $
+# $NetBSD: Makefile,v 1.15 2020/12/14 09:08:56 nia Exp $
 
 .include "../../games/stone-soup/Makefile.common"
 
@@ -10,6 +10,7 @@ COMMENT=      Dungeon Crawl Stone Soup - rogu
 CONFLICTS+=    stone-soup-[0-9]*
 
 TOOL_DEPENDS+= pngcrush-[0-9]*:../../graphics/pngcrush
+BUILD_DEPENDS+=        dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
 
 MAKE_FLAGS+=   TILES=YesPlease
 MAKE_FLAGS+=   SOUND=YesPlease



Home | Main Index | Thread Index | Old Index