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/suse91_slang | |
parent | e720c400e212653dc1e76242fe0dcfc4a6e4f315 (diff) | |
download | pkgsrc-0807a3413fe93b6b6585d18da638000962b367e3.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'emulators/suse91_slang')
-rw-r--r-- | emulators/suse91_slang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |