From f6abad12bd447447bee3aed6dc4d6218e8de08cc Mon Sep 17 00:00:00 2001 From: "pancake ;)" Date: Tue, 13 Sep 2005 01:26:26 +0000 Subject: [PATCH] fix pkgfind DEPEND --- pkg_fake/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_fake/Makefile b/pkg_fake/Makefile index 50adf2b209..8d7a823c8b 100644 --- a/pkg_fake/Makefile +++ b/pkg_fake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/09/13 01:05:44 poppnk Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/13 01:26:26 poppnk Exp $ DISTNAME= pkg_fake-0.2 CATEGORIES= pkgtools @@ -13,7 +13,7 @@ NO_CHECKSUM= yes NO_BUILD= yes DEPENDS+= pkg_alternatives>=1.3:../../pkgtools/pkg_alternatives/ -DEPENDS+= pkg_find>=20050302:../../pkgtools/pkgfind/ +DEPENDS+= pkgfind>=20050804:../../pkgtools/pkgfind/ do-extract: @${CP} -R ${FILESDIR} ${WRKSRC}