svn commit: r377826 - head/devel/scala-ide

Antoine Brodin antoine at FreeBSD.org
Sat Jan 24 20:56:02 UTC 2015


Author: antoine
Date: Sat Jan 24 20:56:01 2015
New Revision: 377826
URL: https://svnweb.freebsd.org/changeset/ports/377826
QAT: https://qat.redports.org/buildarchive/r377826/

Log:
  Switch RUN_DEPENDS from a directory name to a package, as directories can't
  be attributed to a package

Modified:
  head/devel/scala-ide/Makefile

Modified: head/devel/scala-ide/Makefile
==============================================================================
--- head/devel/scala-ide/Makefile	Sat Jan 24 20:54:56 2015	(r377825)
+++ head/devel/scala-ide/Makefile	Sat Jan 24 20:56:01 2015	(r377826)
@@ -28,7 +28,7 @@ WRKSRC=		${WRKDIR}/site
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MWTP}
-RUN_DEPENDS+=	${LOCALBASE}/share/eclipse/dropins/webtools:${PORTSDIR}/java/eclipse-webtools
+RUN_DEPENDS+=	eclipse-webtools>0:${PORTSDIR}/java/eclipse-webtools
 .endif
 
 .include "${.CURDIR}/../../java/eclipse/Makefile.plugins"


More information about the svn-ports-head mailing list