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-ocl | |
parent | 7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (diff) | |
download | ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.tar.gz ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.zip |
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
Notes
Notes:
svn path=/head/; revision=377795
Diffstat (limited to 'java/eclipse-ocl')
-rw-r--r-- | java/eclipse-ocl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-ocl/Makefile b/java/eclipse-ocl/Makefile index 33dc7b23266f..f4fba2058599 100644 --- a/java/eclipse-ocl/Makefile +++ b/java/eclipse-ocl/Makefile @@ -15,7 +15,7 @@ MAINTAINER= vj562001@yahoo.de COMMENT= Implementation of the OCL OMG standard for EMF-based models 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 |