summaryrefslogtreecommitdiff
path: root/emulators/netbsd32_compat14
diff options
context:
space:
mode:
authorgrant <grant>2005-07-19 10:22:32 +0000
committergrant <grant>2005-07-19 10:22:32 +0000
commit9f30133790f55f543c5600d3ebd2fdeba7361961 (patch)
tree629b933b5cd1e49cd6829a55ff79d226005f2e97 /emulators/netbsd32_compat14
parentb071188025b8d6c4628934b47f42565d6f8ce925 (diff)
downloadpkgsrc-9f30133790f55f543c5600d3ebd2fdeba7361961.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