diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:22:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:22:32 +0000 |
commit | 0807a3413fe93b6b6585d18da638000962b367e3 (patch) | |
tree | 629b933b5cd1e49cd6829a55ff79d226005f2e97 /emulators/suse_fileutils | |
parent | e720c400e212653dc1e76242fe0dcfc4a6e4f315 (diff) | |
download | pkgsrc-0807a3413fe93b6b6585d18da638000962b367e3.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'emulators/suse_fileutils')
-rw-r--r-- | emulators/suse_fileutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |