diff options
author | abs <abs> | 2001-06-12 11:18:49 +0000 |
---|---|---|
committer | abs <abs> | 2001-06-12 11:18:49 +0000 |
commit | f3a442b2147331acdd4c96c9ed15bfe59e617a84 (patch) | |
tree | bf002b79ef29bf3e5ff3f300802e09221e0ed977 /lang/sun-jre13 | |
parent | e70bef8ac0b0519065cd21dc04d62afd1b2e14d0 (diff) | |
download | pkgsrc-f3a442b2147331acdd4c96c9ed15bfe59e617a84.tar.gz |
shuffle the order of the linux check to ensure suse_x11 picked up on NetBSD
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index b656430d87c..448279a8cc4 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/11 21:58:03 abs Exp $ +# $NetBSD: Makefile,v 1.10 2001/06/12 11:18:49 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -27,6 +27,11 @@ NO_BIN_ON_FTP= ${RESTRICTED} .include "../../mk/bsd.prefs.mk" +# Needs to be after bsd.prefs.mk +.if ${OPSYS} != "Linux" +DEPENDS+= suse_x11-*:../../emulators/suse_x11 +.endif + .if !defined(JDK_HOME) JDK_HOME:= ${LOCALBASE}/java .endif @@ -60,10 +65,6 @@ do-install: PATCHDIR= ${WRKDIR}/.patches pre-patch: ${MKDIR} ${PATCHDIR} - -.else -DEPENDS= suse_x11-*:../../emulators/suse_x11 - .endif PREFIX:= ${JDK_HOME} |