diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-10 22:17:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-10 22:17:05 +0000 |
commit | 8a1e32c1b670c09e9a41740ea5b3640c3c297759 (patch) | |
tree | 1d8bbdcc69b2c19f507e96715c05b631fc92f06e /emulators/suse100_compat | |
parent | 7fda885ccafdb0441539381fc1e5f6b9bfb939cc (diff) | |
download | pkgsrc-8a1e32c1b670c09e9a41740ea5b3640c3c297759.tar.gz |
Fix dependency path (91 -> 100)
Diffstat (limited to 'emulators/suse100_compat')
-rw-r--r-- | emulators/suse100_compat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_compat/Makefile b/emulators/suse100_compat/Makefile index 6afdb7ea117..e96cfbe9d9b 100644 --- a/emulators/suse100_compat/Makefile +++ b/emulators/suse100_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:34:38 tonio Exp $ +# $NetBSD: Makefile,v 1.2 2006/03/10 22:17:05 wiz Exp $ DISTNAME= suse_compat-${SUSE_VERSION} CATEGORIES= emulators @@ -9,7 +9,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package with old shared libraries -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES |