diff options
author | abs <abs@pkgsrc.org> | 2001-05-17 15:20:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-05-17 15:20:50 +0000 |
commit | 5448efce075fe0d6cdff2f07a8ae54184d0632f4 (patch) | |
tree | 842f34e0fe408f31e6762843af163caaf7ebf52e /lang/sun-jre13 | |
parent | 41ed126f874515f77504d291b2ac4e8f2241abed (diff) | |
download | pkgsrc-5448efce075fe0d6cdff2f07a8ae54184d0632f4.tar.gz |
Only depend on suse_x11 if not on Leenux
Diffstat (limited to 'lang/sun-jre13')
-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} |