diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-08 02:17:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-08 02:17:58 +0000 |
commit | 13b6a5a9823288fa169d84d10e56a09437777e3d (patch) | |
tree | 2181cc51b912e46708ed6b04eb78d830d662f427 | |
parent | 1246f74d15d17156b32c0e8e7042f07e0c85bcff (diff) | |
download | pkgsrc-13b6a5a9823288fa169d84d10e56a09437777e3d.tar.gz |
Fix dependency line: we were depending on suse_base, but building in
suse_linux.
-rw-r--r-- | emulators/linux-locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index 3ea36e78a69..dc8b5d53001 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/08/31 02:35:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/08 02:17:58 jlam Exp $ # DISTNAME= locales-2.1-1mdk @@ -29,7 +29,7 @@ DISTFILES+= locales-${locale}-2.1-1mdk${EXTRACT_SUFX} DIST_SUBDIR= linux-locale ONLY_FOR_PLATFORM=NetBSD-*-i386 -DEPENDS= suse_base-6.3:../../emulators/suse_linux +DEPENDS= suse_base-6.3:../../emulators/suse_base EXTRACT_ONLY= # empty NO_PATCH= yes |