From 9f794924dbebe0df5e2ecf950ed308262c195e9b Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 2 Mar 2001 16:06:30 +0000 Subject: [PATCH] - ${PREFIX} -> ${LOCALBASE} - add ONLY_FOR_ARCHS since this depends on jdk which in-turn depends on freebsd_lib --- textproc/xerces/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/xerces/Makefile b/textproc/xerces/Makefile index 6fccd0a94dd..cac09d3e443 100644 --- a/textproc/xerces/Makefile +++ b/textproc/xerces/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/04 13:19:08 kevlo Exp $ +# $OpenBSD: Makefile,v 1.3 2001/03/02 16:06:30 brad Exp $ + +ONLY_FOR_ARCHS= i386 JDK_VERSION= 1.1.8 DISTNAME= Xerces-J-bin.1.2.3 @@ -17,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://xml.apache.org/dist/xerces-j/ -RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java::devel/jdk +RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java::devel/jdk NO_BUILD= Yes