pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/zbar
Module Name: pkgsrc
Committed By: nia
Date: Sat Mar 6 11:57:04 UTC 2021
Modified Files:
pkgsrc/graphics/zbar: Makefile
Log Message:
zbar: Make xmlto dependency explicit
Makes man pages get generated predictably. Should help bulk builds.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/zbar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/zbar/Makefile
diff -u pkgsrc/graphics/zbar/Makefile:1.12 pkgsrc/graphics/zbar/Makefile:1.13
--- pkgsrc/graphics/zbar/Makefile:1.12 Thu Mar 4 10:34:24 2021
+++ pkgsrc/graphics/zbar/Makefile Sat Mar 6 11:57:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/03/04 10:34:24 leot Exp $
+# $NetBSD: Makefile,v 1.13 2021/03/06 11:57:04 nia Exp $
DISTNAME= zbar-0.23.90
CATEGORIES= graphics
@@ -10,6 +10,9 @@ HOMEPAGE= https://github.com/mchehab/zba
COMMENT= Bar code reader
LICENSE= gnu-lgpl-v2.1
+# Needed for generating man pages
+TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
Home |
Main Index |
Thread Index |
Old Index