diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-07 21:33:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-07 21:33:32 +0000 |
commit | 5e81b0aa026843b56dde73202a9ff6e26b780a3f (patch) | |
tree | 1ee3feb3be849045791b3390da0a14019f9a0b2c /editors/lazarus | |
parent | 93310bf68cbfc34e22597b6b20731bc816badb58 (diff) |
Notes
Diffstat (limited to 'editors/lazarus')
-rw-r--r-- | editors/lazarus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 8a3e99fb6524..633be76f7f4f 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -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} |