diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-13 07:45:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-13 07:45:30 +0000 |
commit | ff8f3671977f8aac3e45fbda39a672d1d1e203a5 (patch) | |
tree | df8d82ebcf7bc3eff4ed0f54bd3a91672f301a8a /lang/sun-jre14/Makefile | |
parent | 15f20a7cb6d20517e934d9dbc0d04a9553b1e053 (diff) | |
download | pkgsrc-ff8f3671977f8aac3e45fbda39a672d1d1e203a5.tar.gz |
* Use buildlink2.
* Minor improvements to the package Makefiles.
* Correct the PLIST.
Diffstat (limited to 'lang/sun-jre14/Makefile')
-rw-r--r-- | lang/sun-jre14/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lang/sun-jre14/Makefile b/lang/sun-jre14/Makefile index d22e30933fc..39edb349249 100644 --- a/lang/sun-jre14/Makefile +++ b/lang/sun-jre14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/27 22:17:45 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/13 07:45:34 jlam Exp $ # MASTER_SITES is very special, and must end in "=": DISTNAME= j2re-1_4_0-linux-i386 @@ -12,12 +12,4 @@ WRKSRC= ${WRKDIR}/j2re1.4.0 .include "../../lang/sun-jre14/Makefile.common" -.if ${OPSYS} != "Linux" -DEPENDS+= suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11 -.endif - -.include "../../emulators/suse_linux/Makefile.application" - -# These need to be after bsd.pkg.mk -PREFIX:= ${JDK_HOME} +PREFIX= ${JVM_HOME} |