diff options
author | dillo <dillo> | 2005-08-14 10:15:55 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-08-14 10:15:55 +0000 |
commit | da41a8cd0c13d3db90ff983d678da7436d905712 (patch) | |
tree | 8c03806f0cb3fc054dcc7592f5d0dfc72ab576c0 /lang/sun-jre15/Makefile | |
parent | 273a7cd7812a095fd244a0b82e34fca1ef86afea (diff) | |
download | pkgsrc-da41a8cd0c13d3db90ff983d678da7436d905712.tar.gz |
Convert remaining instances of SUN_JRE1?_USE_JCE to options framework.
Noted by wiz.
Diffstat (limited to 'lang/sun-jre15/Makefile')
-rw-r--r-- | lang/sun-jre15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre15/Makefile b/lang/sun-jre15/Makefile index 93def35f443..d1f265d0f73 100644 --- a/lang/sun-jre15/Makefile +++ b/lang/sun-jre15/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2005/08/13 11:25:14 dillo Exp $ +# $NetBSD: Makefile,v 1.17 2005/08/14 10:15:55 dillo Exp $ -# Note: Regen distinfo with SUN_JRE15_USE_JCE=YES +# Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce DISTNAME= jre-1_5_0_04-linux-i586 PKGNAME= sun-jre15-5.0.4 |