diff options
author | tron <tron@pkgsrc.org> | 2000-12-17 21:49:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-17 21:49:40 +0000 |
commit | 61e11e7f2c011b867eb34f5d22f2b6628b5db802 (patch) | |
tree | 4a7d47630f2d5a78738119769b2bccbe2927eb72 | |
parent | 9c8a02f29bf7741142e54f72919f50290c515081 (diff) | |
download | pkgsrc-61e11e7f2c011b867eb34f5d22f2b6628b5db802.tar.gz |
Depend on version 6.3 or newer of the SuSE packages.
-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 dc8b5d53001..b94c09de45b 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/09/08 02:17:58 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2000/12/17 21:49:40 tron 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_base +DEPENDS= suse_base>=6.3:../../emulators/suse_base EXTRACT_ONLY= # empty NO_PATCH= yes |