diff options
author | Alexander Langer <alex@FreeBSD.org> | 2004-01-14 08:40:45 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2004-01-14 08:40:45 +0000 |
commit | b0389cc5b8be6e93fef1ed35dc7131418bf7fb75 (patch) | |
tree | 901d0444184c08489a27fbffd32bc815850a515d /java | |
parent | d54a5b74c9dac80a8ee18b8fac1120cc8fb27630 (diff) | |
download | ports-b0389cc5b8be6e93fef1ed35dc7131418bf7fb75.tar.gz ports-b0389cc5b8be6e93fef1ed35dc7131418bf7fb75.zip |
Notes
Diffstat (limited to 'java')
-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 |