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 | 7cbf44845d605e216f2f7f06cd5a000a11d5f60a (patch) | |
tree | 629b933b5cd1e49cd6829a55ff79d226005f2e97 /emulators/suse_devel | |
parent | f4b67f8cf92b87be8820941acfe5325388979728 (diff) | |
download | pkgsrc-7cbf44845d605e216f2f7f06cd5a000a11d5f60a.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'emulators/suse_devel')
-rw-r--r-- | emulators/suse_devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |