diff options
author | dholland <dholland> | 2012-07-06 05:03:15 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-07-06 05:03:15 +0000 |
commit | f9dcd06db79daf328071a4325409e3293088ac0f (patch) | |
tree | 3dfe5acf32ce8815ae609cb922113835821be8fc /misc | |
parent | 4bb5c28384f1db163c29e8b5e750d5875e4b2d15 (diff) | |
download | pkgsrc-f9dcd06db79daf328071a4325409e3293088ac0f.tar.gz |
Oops, fix thinko in previous.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/yelp3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index 7d05a9ef741..b6982c687ae 100644 --- a/misc/yelp3/Makefile +++ b/misc/yelp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/07/06 04:34:42 dholland Exp $ +# $NetBSD: Makefile,v 1.7 2012/07/06 05:03:15 dholland Exp $ # DISTNAME= yelp-3.4.2 @@ -19,7 +19,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -DEPENDS+= itstool-[0-9]*:../../textproc/itstool/buildlink3.mk +DEPENDS+= itstool-[0-9]*:../../textproc/itstool BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.4 |