pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/zenity
Module Name: pkgsrc
Committed By: cirnatdan
Date: Tue May 4 08:51:01 UTC 2021
Modified Files:
pkgsrc/x11/zenity: Makefile
Log Message:
zenity: Fix build tools
Restore itstool in USE_TOOLS
autoconf-archive and yelp-tools can (probably?) be in TOOL_DEPENDS.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/x11/zenity/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/zenity/Makefile
diff -u pkgsrc/x11/zenity/Makefile:1.98 pkgsrc/x11/zenity/Makefile:1.99
--- pkgsrc/x11/zenity/Makefile:1.98 Mon May 3 18:57:58 2021
+++ pkgsrc/x11/zenity/Makefile Tue May 4 08:51:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2021/05/03 18:57:58 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.99 2021/05/04 08:51:01 cirnatdan Exp $
#
DISTNAME= zenity-3.32.0
@@ -15,10 +15,10 @@ LICENSE= gnu-lgpl-v2
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config autoreconf autoconf
-USE_TOOLS+= automake gm4 aclocal xgettext autopoint
+USE_TOOLS+= automake gm4 aclocal xgettext autopoint itstool
-BUILD_DEPENDS+= yelp-tools-[0-9]*:../../textproc/yelp-tools
-BUILD_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
+TOOL_DEPENDS+= yelp-tools-[0-9]*:../../textproc/yelp-tools
+TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
pre-configure:
${RUN} cd ${WRKSRC} && ./autogen.sh
Home |
Main Index |
Thread Index |
Old Index