diff options
author | dillo <dillo@pkgsrc.org> | 2005-08-14 10:15:55 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-08-14 10:15:55 +0000 |
commit | 589378be69563a6037f1ee08d05b635bd409fbb7 (patch) | |
tree | 8c03806f0cb3fc054dcc7592f5d0dfc72ab576c0 /lang/sun-jre14/Makefile | |
parent | 3be37f9fde402c2beda6818e06b8f587e53b390c (diff) | |
download | pkgsrc-589378be69563a6037f1ee08d05b635bd409fbb7.tar.gz |
Convert remaining instances of SUN_JRE1?_USE_JCE to options framework.
Noted by wiz.
Diffstat (limited to 'lang/sun-jre14/Makefile')
-rw-r--r-- | lang/sun-jre14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre14/Makefile b/lang/sun-jre14/Makefile index a5899f2751f..2e3c4458827 100644 --- a/lang/sun-jre14/Makefile +++ b/lang/sun-jre14/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2005/08/13 11:25:14 dillo Exp $ +# $NetBSD: Makefile,v 1.26 2005/08/14 10:15:55 dillo Exp $ -# Note: Regen distinfo with SUN_JRE14_USE_JCE=YES +# Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce DISTNAME= j2re-1_4_2_08-linux-i586 PKGNAME= sun-jre14-2.8 |