summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-26 12:32:37 +0000
committernia <nia@pkgsrc.org>2020-03-26 12:32:37 +0000
commitccc0382086c9843a0edc3339a112f710d1cc275e (patch)
treee38553e5d046eeeb3f5e5240b7ab4fd6364a34ff /games
parenta0c9c42d82d72d1740c0af3e8a5cefc8cfd1716c (diff)
downloadpkgsrc-ccc0382086c9843a0edc3339a112f710d1cc275e.tar.gz
frotz: Needs pkg-config on ncurses systems
Diffstat (limited to 'games')
-rw-r--r--games/frotz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile
index 72a0dd7178a..82ecdb4d58c 100644
--- a/games/frotz/Makefile
+++ b/games/frotz/Makefile
@@ -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.io/frotz/
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