diff options
Diffstat (limited to 'lang/sun-jre13/Makefile')
-rw-r--r-- | lang/sun-jre13/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 6831543b0a1..e6737d60d89 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/05/17 15:04:43 abs Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/17 15:20:50 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -12,8 +12,6 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://java.sun.com/ COMMENT= Sun's Java(tm) Runtime Environment 1.3.0 -DEPENDS= suse_x11-*:../../emulators/suse_x11 - CONFLICTS= jdk-* blackdown-j* FETCH_BEFORE_ARGS=-o ${DISTNAME}${EXTRACT_SUFX} @@ -55,5 +53,10 @@ do-install: .include "../../mk/bsd.pkg.mk" -# This needs to be after bsd.pkg.mk +# These need to be after bsd.pkg.mk + +.if ${OPSYS} != "Linux" +DEPENDS= suse_x11-*:../../emulators/suse_x11 +.endif + PREFIX:= ${JDK_HOME} |