summaryrefslogtreecommitdiff
path: root/emulators/netbsd32_compat14
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-19 10:22:32 +0000
committergrant <grant@pkgsrc.org>2005-07-19 10:22:32 +0000
commit0807a3413fe93b6b6585d18da638000962b367e3 (patch)
tree629b933b5cd1e49cd6829a55ff79d226005f2e97 /emulators/netbsd32_compat14
parente720c400e212653dc1e76242fe0dcfc4a6e4f315 (diff)
downloadpkgsrc-0807a3413fe93b6b6585d18da638000962b367e3.tar.gz
depends should be ../../<category>/<pkg>
Diffstat (limited to 'emulators/netbsd32_compat14')
-rw-r--r--emulators/netbsd32_compat14/Makefile6
1 files changed, 3 insertions, 3 deletions
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