diff options
Diffstat (limited to 'misc/yelp3')
-rw-r--r-- | misc/yelp3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index b6982c687ae..7cafea94442 100644 --- a/misc/yelp3/Makefile +++ b/misc/yelp3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/07/06 05:03:15 dholland Exp $ +# $NetBSD: Makefile,v 1.8 2012/07/06 14:48:35 drochner Exp $ # DISTNAME= yelp-3.4.2 -PKGREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/3.4/} EXTRACT_SUFX= .tar.xz @@ -19,7 +18,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -DEPENDS+= itstool-[0-9]*:../../textproc/itstool +BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.4 |