diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-06 04:34:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-06 04:34:42 +0000 |
commit | 509e79b3156a513701a2404519e78e68ed967f33 (patch) | |
tree | f12f962b72c1cc02a0296b770d877c32108bdd5f /misc/yelp3 | |
parent | 828963ef89691758ec5dc710a81cf2131faaa93e (diff) | |
download | pkgsrc-509e79b3156a513701a2404519e78e68ed967f33.tar.gz |
Requires textproc/itstool to configure.
Diffstat (limited to 'misc/yelp3')
-rw-r--r-- | misc/yelp3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index 0926c690c78..7d05a9ef741 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" |