diff options
author | markd <markd@pkgsrc.org> | 2005-05-20 21:34:30 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-05-20 21:34:30 +0000 |
commit | 15590298888b878827fe4408d6218cdf7bd7529c (patch) | |
tree | 82263baa7d345c7a65dc75d2c3604ddd9943a2ff | |
parent | f5f3143e38f7a6e09b8dc1b122a2b38c79d85ce8 (diff) | |
download | pkgsrc-15590298888b878827fe4408d6218cdf7bd7529c.tar.gz |
s/local/locale/
-rw-r--r-- | lang/sun-jre15/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre15/Makefile.common b/lang/sun-jre15/Makefile.common index 544f1817096..655abe69144 100644 --- a/lang/sun-jre15/Makefile.common +++ b/lang/sun-jre15/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2005/05/10 02:02:20 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.7 2005/05/20 21:34:30 markd Exp $ CATEGORIES= lang java EXTRACT_SUFX= .bin @@ -67,7 +67,7 @@ do-install: .if ${OPSYS} == "NetBSD" . include "../../emulators/suse_linux/Makefile.application" . if ${SUSE_DIR_PREFIX} == "suse91" -DEPENDS+= suse_local-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_locale +DEPENDS+= suse_locale-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_locale . endif DEPENDS+= suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11 |