From owner-svn-ports-head@FreeBSD.ORG Sat Jan 24 20:56:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AC31F46; Sat, 24 Jan 2015 20:56:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46030F17; Sat, 24 Jan 2015 20:56:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0OKu2so088978; Sat, 24 Jan 2015 20:56:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0OKu2KL088977; Sat, 24 Jan 2015 20:56:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501242056.t0OKu2KL088977@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 24 Jan 2015 20:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377826 - head/devel/scala-ide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 20:56:02 -0000 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 .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"