From 9f30133790f55f543c5600d3ebd2fdeba7361961 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 +++--- emulators/suse91_slang/Makefile | 4 ++-- emulators/suse_devel/Makefile | 4 ++-- emulators/suse_fileutils/Makefile | 4 ++-- emulators/suse_freetype2/Makefile | 4 ++-- emulators/suse_linux/Makefile | 18 +++++++++--------- emulators/suse_slang/Makefile | 4 ++-- 7 files changed, 22 insertions(+), 22 deletions(-) (limited to 'emulators') 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 diff --git a/emulators/suse91_slang/Makefile b/emulators/suse91_slang/Makefile index 3cf5daccf93..d23aa68a9a5 100644 --- a/emulators/suse91_slang/Makefile +++ b/emulators/suse91_slang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/07/19 10:23:42 grant Exp $ DISTNAME= suse_slang-${SUSE_VERSION} CATEGORIES= emulators @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for slang library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile index 27dc2b7930b..b02aa394380 100644 --- a/emulators/suse_devel/Makefile +++ b/emulators/suse_devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/07/19 10:23:42 grant Exp $ DISTNAME= suse_devel-${SUSE_VERSION} CATEGORIES= emulators @@ -13,7 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package - development tools -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 diff --git a/emulators/suse_fileutils/Makefile b/emulators/suse_fileutils/Makefile index 1a59e811318..fb940f99d34 100644 --- a/emulators/suse_fileutils/Makefile +++ b/emulators/suse_fileutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/02 14:25:39 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2005/07/19 10:23:42 grant Exp $ DISTNAME= suse_fileutils-${SUSE_VERSION} CATEGORIES= emulators @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package - fileutils -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc diff --git a/emulators/suse_freetype2/Makefile b/emulators/suse_freetype2/Makefile index a8edbe32611..433a8da33b0 100644 --- a/emulators/suse_freetype2/Makefile +++ b/emulators/suse_freetype2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/07/19 10:23:42 grant Exp $ DISTNAME= freetype2 PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the FreeType2 library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index 5618a52a6c2..4c4bf013f76 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/07/19 10:23:42 grant Exp $ DISTNAME= suse_linux-7.3 CATEGORIES= emulators @@ -9,17 +9,17 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package collection -DEPENDS+= suse_audio>=7.3:../suse_audio -DEPENDS+= suse_libjpeg>=7.3:../suse_libjpeg -DEPENDS+= suse_libpng>=7.3:../suse_libpng -DEPENDS+= suse_libtiff>=7.3:../suse_libtiff -DEPENDS+= suse_glx>=7.3:../suse_glx -DEPENDS+= suse_gtk>=7.3:../suse_gtk -DEPENDS+= suse_xforms>=7.3:../suse_xforms +DEPENDS+= suse_audio>=7.3:../../emulators/suse_audio +DEPENDS+= suse_libjpeg>=7.3:../../emulators/suse_libjpeg +DEPENDS+= suse_libpng>=7.3:../../emulators/suse_libpng +DEPENDS+= suse_libtiff>=7.3:../../emulators/suse_libtiff +DEPENDS+= suse_glx>=7.3:../../emulators/suse_glx +DEPENDS+= suse_gtk>=7.3:../../emulators/suse_gtk +DEPENDS+= suse_xforms>=7.3:../../emulators/suse_xforms .include "../../emulators/suse_linux/arch.mk" .if ${SUSE_ARCH} == i386 -DEPENDS+= suse_libc5>=7.3:../suse_libc5 +DEPENDS+= suse_libc5>=7.3:../../emulators/suse_libc5 .endif ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 \ diff --git a/emulators/suse_slang/Makefile b/emulators/suse_slang/Makefile index 0e4dfcfbc42..0ef4402f6cb 100644 --- a/emulators/suse_slang/Makefile +++ b/emulators/suse_slang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/07/19 10:23:42 grant Exp $ DISTNAME= slang PKGREVISION= 1 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for slang library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 -- cgit v1.2.3