diff options
author | alex <alex@FreeBSD.org> | 2004-01-14 16:40:45 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2004-01-14 16:40:45 +0800 |
commit | bed0a75d73d98fc33a9a77c59deecf9ad2aef28d (patch) | |
tree | 74a46978c1378460b314a644485873038fa12496 /java/eclipse-xsd | |
parent | 19387a32d761e564f67be28ad518cfe8e7e585cf (diff) | |
download | freebsd-ports-gnome-bed0a75d73d98fc33a9a77c59deecf9ad2aef28d.tar.gz freebsd-ports-gnome-bed0a75d73d98fc33a9a77c59deecf9ad2aef28d.tar.zst freebsd-ports-gnome-bed0a75d73d98fc33a9a77c59deecf9ad2aef28d.zip |
Add missing rundepends to eclipse-emf (reminded by olgeni),
and fix the version number, while I'm here.
Diffstat (limited to 'java/eclipse-xsd')
-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 |