Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 21:33:32 +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: r364323 - head/editors/lazarus
Message-ID:  <53e3f0ac.2e34.12541343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Aug  7 21:33:32 2014
New Revision: 364323
URL: http://svnweb.freebsd.org/changeset/ports/364323
QAT: https://qat.redports.org/buildarchive/r364323/

Log:
  Fix depends

Modified:
  head/editors/lazarus/Makefile

Modified: head/editors/lazarus/Makefile
==============================================================================
--- head/editors/lazarus/Makefile	Thu Aug  7 21:03:05 2014	(r364322)
+++ head/editors/lazarus/Makefile	Thu Aug  7 21:33:32 2014	(r364323)
@@ -68,7 +68,7 @@ SUB_FILES=	pkg-message
 SUB_LIST+=	PORTSDIR="${PORTSDIR}"
 
 .if ${PORT_OPTIONS:MGDB}
-RUN_DEPENDS+=	gdb771:${PORTSDIR}/devel/gdb
+RUN_DEPENDS+=	${LOCALBASE}/bin/gdb:${PORTSDIR}/devel/gdb
 .endif
 
 .if ${PORT_OPTIONS:MGTK2}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e3f0ac.2e34.12541343>