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 | 725598f8a9262cea5ba3f4b2d05dd75b7b107bce (patch) | |
tree | 82263baa7d345c7a65dc75d2c3604ddd9943a2ff /lang | |
parent | b2e1e6c6248eae7be64cdd0ce8f669d042b8dc76 (diff) | |
download | pkgsrc-725598f8a9262cea5ba3f4b2d05dd75b7b107bce.tar.gz |
s/local/locale/
Diffstat (limited to 'lang')
-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 |