pkgsrc-WIP-changes archive

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

yelp-tools: added missing dependency



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Mon Mar 7 07:21:24 2016 +0200
Changeset:	7fa5c1fe727c894da4d4f3e8e99091154cf185c8

Modified Files:
	yelp-tools/Makefile

Log Message:
yelp-tools: added missing dependency

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

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

diffstat:
 yelp-tools/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/yelp-tools/Makefile b/yelp-tools/Makefile
index 72b71c6..2253793 100644
--- a/yelp-tools/Makefile
+++ b/yelp-tools/Makefile
@@ -17,6 +17,8 @@ pre-configure:
 	${RUN} cd ${WRKSRC} && \
 	${SETENV} ${CONFIGURE_ENV} ${SH} ./autogen.sh NOCONFIGURE=1
 
+DEPENDS+=	itstool-[0-9]*:../../textproc/itstool
+
 .include "../../lang/python/application.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index