Wed Jul 12 20:52:21 2023 UTC ()
indexinfo: Add missing dependency on zlib


(nia)
diff -r1.3 -r1.4 pkgsrc/print/indexinfo/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/print/indexinfo/Makefile (expand / switch to unified diff)

--- pkgsrc/print/indexinfo/Makefile 2022/01/23 05:22:00 1.3
+++ pkgsrc/print/indexinfo/Makefile 2023/07/12 20:52:21 1.4
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.3 2022/01/23 05:22:00 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2023/07/12 20:52:21 nia Exp $
2 2
3DISTNAME= indexinfo-0.3.1 3DISTNAME= indexinfo-0.3.1
4CATEGORIES= print 4CATEGORIES= print
5MASTER_SITES= ${MASTER_SITE_GITHUB:=bapt/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=bapt/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/bapt/indexinfo 8HOMEPAGE= https://github.com/bapt/indexinfo
9COMMENT= Utility to regenerate the GNU info page index 9COMMENT= Utility to regenerate the GNU info page index
10LICENSE= 2-clause-bsd 10LICENSE= 2-clause-bsd
11 11
12AUTO_MKDIRS= yes 12AUTO_MKDIRS= yes
13 13
14.include "../../mk/bsd.prefs.mk" 14.include "../../mk/bsd.prefs.mk"
15 15
16# .if ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly" 16# .if ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly"
17# SUBST_CLASSES+= reallocf 17# SUBST_CLASSES+= reallocf
18# SUBST_STAGE.reallocf= pre-configure 18# SUBST_STAGE.reallocf= pre-configure
19# SUBST_FILES.reallocf= indexinfo.c 19# SUBST_FILES.reallocf= indexinfo.c
20# SUBST_SED.reallocf= -e "s|reallocf|realloc|" 20# SUBST_SED.reallocf= -e "s|reallocf|realloc|"
21# SUBST_MESSAGE.reallocf= Replace reallocf with realloc on ${OPSYS} 21# SUBST_MESSAGE.reallocf= Replace reallocf with realloc on ${OPSYS}
22# .endif 22# .endif
23 23
 24.include "../../devel/zlib/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"