diff options
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |