From a978afa86684fb6c52bf6baa739ca49249879505 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 13 Jan 2001 16:23:04 +0000 Subject: Fix typo in last commit. --- pkgtools/xpkgwedge/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgtools/xpkgwedge') diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index b390cc0b566..c989e0037bd 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/01/13 16:21:20 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/01/13 16:23:04 tron Exp $ # DISTNAME= xpkgwedge-1.0 @@ -21,8 +21,8 @@ MESSAGE_FILE= ${WRKDIR}/MESSAGE .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == SunOS) -DEPENDS+= diffutils>=2.7:../../textproc/diffutils -DIFF= ${LOCALBASE}/bin/giff +DEPENDS+= diffutils>=2.7:../../devel/diffutils +DIFF= ${LOCALBASE}/bin/gdiff .else DIFF= /usr/bin/diff .endif -- cgit v1.2.3