pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/puzzles
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 13 07:01:31 UTC 2022
Modified Files:
pkgsrc/games/puzzles: Makefile
Log Message:
puzzles: add missing build dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/games/puzzles/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/puzzles/Makefile
diff -u pkgsrc/games/puzzles/Makefile:1.71 pkgsrc/games/puzzles/Makefile:1.72
--- pkgsrc/games/puzzles/Makefile:1.71 Wed Jun 8 21:25:58 2022
+++ pkgsrc/games/puzzles/Makefile Mon Jun 13 07:01:31 2022
@@ -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 @@ HOMEPAGE= https://www.chiark.greenend.or
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