From bed0a75d73d98fc33a9a77c59deecf9ad2aef28d Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 14 Jan 2004 08:40:45 +0000 Subject: Add missing rundepends to eclipse-emf (reminded by olgeni), and fix the version number, while I'm here. --- java/eclipse-xsd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/java/eclipse-xsd/Makefile b/java/eclipse-xsd/Makefile index 7f6d93960500..d08c4194b7bf 100644 --- a/java/eclipse-xsd/Makefile +++ b/java/eclipse-xsd/Makefile @@ -6,15 +6,17 @@ # PORTNAME= eclipse-xsd -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.1.1 CATEGORIES= java textproc MASTER_SITES= http://download.eclipse.org/tools/downloads/xsd/ DISTNAME= xsd_1.1.1.1_20031120_1149WL DIST_SUBDIR= eclipse + MAINTAINER= alex@FreeBSD.ORG COMMENT= Eclipse XML Schema Infoset Model +RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.emf_1.1.1/feature.xml:${PORTSDIR}/java/eclipse-emf NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes -- cgit