pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/frotz



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 12:32:38 UTC 2020

Modified Files:
        pkgsrc/games/frotz: Makefile

Log Message:
frotz: Needs pkg-config on ncurses systems


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/frotz/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/frotz/Makefile
diff -u pkgsrc/games/frotz/Makefile:1.36 pkgsrc/games/frotz/Makefile:1.37
--- pkgsrc/games/frotz/Makefile:1.36    Sun Mar 22 10:20:06 2020
+++ pkgsrc/games/frotz/Makefile Thu Mar 26 12:32:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/03/22 10:20:06 nia Exp $
+# $NetBSD: Makefile,v 1.37 2020/03/26 12:32:37 nia Exp $
 
 DISTNAME=      frotz-2.51
 CATEGORIES=    games
@@ -9,7 +9,7 @@ HOMEPAGE=       https://davidgriffith.gitlab.i
 COMMENT=       Curses-based interpreter for Infocom-compatible games
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 
 BUILD_TARGET=  curses
 FAKE_NCURSES=  yes



Home | Main Index | Thread Index | Old Index