pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/indexinfo



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 20:52:21 UTC 2023

Modified Files:
        pkgsrc/print/indexinfo: Makefile

Log Message:
indexinfo: Add missing dependency on zlib


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/indexinfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/indexinfo/Makefile
diff -u pkgsrc/print/indexinfo/Makefile:1.3 pkgsrc/print/indexinfo/Makefile:1.4
--- pkgsrc/print/indexinfo/Makefile:1.3 Sun Jan 23 05:22:00 2022
+++ pkgsrc/print/indexinfo/Makefile     Wed Jul 12 20:52:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/23 05:22:00 mef Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/12 20:52:21 nia Exp $
 
 DISTNAME=      indexinfo-0.3.1
 CATEGORIES=    print
@@ -21,4 +21,5 @@ AUTO_MKDIRS=  yes
 # SUBST_MESSAGE.reallocf=      Replace reallocf with realloc on ${OPSYS}
 # .endif
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index