diff options
-rw-r--r-- | java/eclipse-xsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |