pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/puzzles puzzles: add missing build dependencies



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3a03c8276a2
branches:  trunk
changeset: 380696:f3a03c8276a2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 13 07:01:31 2022 +0000

description:
puzzles: add missing build dependencies

diffstat:

 games/puzzles/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r c7f54cb0a425 -r f3a03c8276a2 games/puzzles/Makefile
--- a/games/puzzles/Makefile    Mon Jun 13 06:54:10 2022 +0000
+++ b/games/puzzles/Makefile    Mon Jun 13 07:01:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2022/06/08 21:25:58 rillig Exp $
+# $NetBSD: Makefile,v 1.72 2022/06/13 07:01:31 wiz Exp $
 
 DISTNAME=      puzzles-20220127
 GIT_COMMIT=    c43a34fbfe430d235bafc379595761880a19ed9f
@@ -10,14 +10,15 @@
 COMMENT=       Collection of small one-player puzzle games by Simon Tatham
 LICENSE=       mit
 
+BUILD_DEPENDS+=                halibut>=1.1:../../textproc/halibut
+BUILD_DEPENDS+=                ImageMagick-[0-9]*:../../graphics/ImageMagick
+
 WRKSRC=                ${WRKDIR}/puzzles-${GIT_COMMIT:C,(.......).*,\1,}
 AUTO_MKDIRS=   yes
 
-BUILD_DEPENDS+=                halibut>=1.1:../../textproc/halibut
-
 USE_LANGUAGES=         c99
 USE_CMAKE=             yes
-USE_TOOLS+=            perl
+USE_TOOLS+=            perl pkg-config
 
 SUBST_CLASSES+=                net
 SUBST_STAGE.net=       pre-configure



Home | Main Index | Thread Index | Old Index