svn commit: r364323 - head/editors/lazarus
Antoine Brodin
antoine at FreeBSD.org
Thu Aug 7 21:33:32 UTC 2014
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}
More information about the svn-ports-head
mailing list