diff options
author | tv <tv@pkgsrc.org> | 2004-10-06 16:44:52 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-06 16:44:52 +0000 |
commit | 7d36e4d92445c2ca87a75166e1322e9bafa5d731 (patch) | |
tree | 0cad075ba3234ca75ae4219a2ba12aaf535c8244 /lang/sun-jre15/sfiles.mk | |
parent | bb0a68657dbc4b3bc40dc801d45d7c90836bdd8a (diff) | |
download | pkgsrc-7d36e4d92445c2ca87a75166e1322e9bafa5d731.tar.gz |
nb2:
Use a HEADER file for the excessively long SUPPORT_FILES as suggested
by jlam. (Dynamically generated and placed into HEADER_EXTRA_TMPL.)
Bring back the fontconfig.* SUPPORT_FILES.
Also enable the unlimited-strength JCE support, now that the support file
is available.
Diffstat (limited to 'lang/sun-jre15/sfiles.mk')
-rw-r--r-- | lang/sun-jre15/sfiles.mk | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/lang/sun-jre15/sfiles.mk b/lang/sun-jre15/sfiles.mk index cc7b3cd39b0..c42480bd9d0 100644 --- a/lang/sun-jre15/sfiles.mk +++ b/lang/sun-jre15/sfiles.mk @@ -1,10 +1,30 @@ -# $NetBSD: sfiles.mk,v 1.2 2004/10/06 01:42:35 tv Exp $ +# $NetBSD: sfiles.mk,v 1.3 2004/10/06 16:44:52 tv Exp $ # # Created with "make makesfiles" # Do not edit this file manually! # SFILES+= content-types.properties SFILES+= flavormap.properties +SFILES+= fontconfig.RedHat.2.1.bfc +SFILES+= fontconfig.RedHat.2.1.properties.src +SFILES+= fontconfig.RedHat.3.bfc +SFILES+= fontconfig.RedHat.3.properties.src +SFILES+= fontconfig.RedHat.8.0.bfc +SFILES+= fontconfig.RedHat.8.0.properties.src +SFILES+= fontconfig.RedHat.bfc +SFILES+= fontconfig.RedHat.properties.src +SFILES+= fontconfig.SuSE.bfc +SFILES+= fontconfig.SuSE.properties.src +SFILES+= fontconfig.Sun.2003.bfc +SFILES+= fontconfig.Sun.2003.properties.src +SFILES+= fontconfig.Sun.bfc +SFILES+= fontconfig.Sun.properties.src +SFILES+= fontconfig.Turbo.8.0.bfc +SFILES+= fontconfig.Turbo.8.0.properties.src +SFILES+= fontconfig.Turbo.bfc +SFILES+= fontconfig.Turbo.properties.src +SFILES+= fontconfig.bfc +SFILES+= fontconfig.properties.src SFILES+= i386/jvm.cfg SFILES+= images/cursors/cursors.properties SFILES+= javaws/messages.properties |