Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 20:56:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377826 - head/devel/scala-ide
Message-ID:  <201501242056.t0OKu2KL088977@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242056.t0OKu2KL088977>