summaryrefslogtreecommitdiff
path: root/lang/sun-jre13
diff options
context:
space:
mode:
authorabs <abs>2001-05-17 15:20:50 +0000
committerabs <abs>2001-05-17 15:20:50 +0000
commitf05d238772cea376102bc57f95d9ed7b197f1cf7 (patch)
tree842f34e0fe408f31e6762843af163caaf7ebf52e /lang/sun-jre13
parent7bd4d94ca1ea373a944ad527a88fe81c4ade8d45 (diff)
downloadpkgsrc-f05d238772cea376102bc57f95d9ed7b197f1cf7.tar.gz
Only depend on suse_x11 if not on Leenux
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r--lang/sun-jre13/Makefile11
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}