diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
commit | 364abe76fd9eef8f21dfc042689643cc3aee11d1 (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /java/eclipse-uml/Makefile | |
parent | - Update to 10.1.4 (diff) |
Switch some dependencies from a directory name or a file generated by pkg-install
to a package name, as the former can't be attributed to a package
Diffstat (limited to 'java/eclipse-uml/Makefile')
-rw-r--r-- | java/eclipse-uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-uml/Makefile b/java/eclipse-uml/Makefile index cea7e6fabcad..388c452cf75c 100644 --- a/java/eclipse-uml/Makefile +++ b/java/eclipse-uml/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Framework creating UML diagrams in Eclipse RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ - ${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf + eclipse-emf>0:${PORTSDIR}/java/eclipse-emf USES= zip NO_BUILD= yes |