From 0807a3413fe93b6b6585d18da638000962b367e3 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 19 Jul 2005 10:22:32 +0000 Subject: depends should be ../..// --- emulators/netbsd32_compat14/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/netbsd32_compat14') diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index 3e52059f648..b8f7fef7dbb 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/03/23 10:56:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/19 10:23:42 grant Exp $ # DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION} @@ -15,10 +15,10 @@ PKGREVISION= 1 .if ${MACHINE_ARCH} == "sparc64" MACHINE32_ARCH= sparc -DEPENDS+= netbsd32_compat15>=1.0:../netbsd32_compat15 +DEPENDS+= netbsd32_compat15>=1.0:../../emulators/netbsd32_compat15 .elif ${MACHINE_ARCH} == "x86_64" MACHINE32_ARCH= i386 -DEPENDS+= netbsd32_compat16>=1.0:../netbsd32_compat16 +DEPENDS+= netbsd32_compat16>=1.0:../../emulators/netbsd32_compat16 .else MACHINE32_ARCH= ${MACHINE_ARCH} .endif -- cgit v1.2.3