diff options
author | grant <grant> | 2005-07-19 10:22:32 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-19 10:22:32 +0000 |
commit | 0fb4c81ea73736b7c48e25b9ae531a486eaac995 (patch) | |
tree | 629b933b5cd1e49cd6829a55ff79d226005f2e97 /emulators/netbsd32_compat14 | |
parent | ac64fe6ac14fdf1683065506a0d1d7e03cc15349 (diff) | |
download | pkgsrc-0fb4c81ea73736b7c48e25b9ae531a486eaac995.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'emulators/netbsd32_compat14')
-rw-r--r-- | emulators/netbsd32_compat14/Makefile | 6 |
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 |