Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 11:34:16 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41102: Update port: textproc/fop - correct deps
Message-ID:  <20020729023416.7151455A7@hadaly.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         41102
>Category:       ports
>Synopsis:       Update port: textproc/fop - correct deps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 28 19:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #7: Fri Jul 26 19:28:55 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
Correct dependencies
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/fop/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2002/06/16 01:54:06	1.6
+++ Makefile	2002/07/29 02:33:10
@@ -14,14 +14,12 @@
 
 MAINTAINER=	kiri@FreeBSD.org
 
-RUN_DEPENDS=	${LOCALBASE}/jdk${JDKVERSION}/bin/java:${PORTSDIR}/java/jdk11 \
-		${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces-j
-
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-src//}
 NO_BUILD=	yes
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 
-JDKVERSION=	1.1.8
+USE_JAVA=	1.1+
+NO_BUILD_DEPENDS_JAVA=	yes
 JAVACLASSDIR=	${PREFIX}/share/java/classes
 JAVADATADIR=	${PREFIX}/share/java/${PKGNAME}
 

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020729023416.7151455A7>