From 509e79b3156a513701a2404519e78e68ed967f33 Mon Sep 17 00:00:00 2001 From: dholland Date: Fri, 6 Jul 2012 04:34:42 +0000 Subject: [PATCH] Requires textproc/itstool to configure. --- misc/yelp3/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index 0926c690c78c..7d05a9ef7419 100644 --- a/misc/yelp3/Makefile +++ b/misc/yelp3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2012/07/04 19:59:07 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2012/07/06 04:34:42 dholland Exp $ # DISTNAME= yelp-3.4.2 +PKGREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/3.4/} EXTRACT_SUFX= .tar.xz @@ -18,6 +19,8 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +DEPENDS+= itstool-[0-9]*:../../textproc/itstool/buildlink3.mk + BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.4 .include "../../archivers/bzip2/buildlink3.mk"