pkgsrc-WIP-changes archive

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

epiphany: use TOOL_DEPENDS for itstool. (thanks wiz)



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Mon Mar 28 01:04:59 2016 +0200
Changeset:	33d350a9104539b230d4ac5bde71c7ed8d25db2e

Modified Files:
	epiphany/Makefile

Log Message:
epiphany: use TOOL_DEPENDS for itstool. (thanks wiz)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=33d350a9104539b230d4ac5bde71c7ed8d25db2e

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

diffstat:
 epiphany/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/epiphany/Makefile b/epiphany/Makefile
index e17e3ae..f917d37 100644
--- a/epiphany/Makefile
+++ b/epiphany/Makefile
@@ -30,7 +30,7 @@ PKGCONFIG_OVERRIDE=	data/epiphany.pc.in
 GCONF_SCHEMAS=		Epiphany.enums.xml
 GCONF_SCHEMAS+=		epiphany.gschema.xml
 
-DEPENDS+=	itstool-[0-9]*:../../textproc/itstool
+TOOL_DEPENDS+=	itstool-[0-9]*:../../textproc/itstool
 
 .include "../../wip/gsettings-desktop-schemas/buildlink3.mk"
 .include "../../devel/GConf/schemas.mk"


Home | Main Index | Thread Index | Old Index