forked from Lainports/freebsd-ports
sysutils/bstack: properly register gdb as RUN_DEPENDS
bstack requires the ports version of gdb, but the was RUN_DEPENDS was specified, the base gdb satisfied the requirement, thus ports gdb is never registered as a dependency. Specify using the full path of gdb to rectify + revbump. approved by: just-fix-it
This commit is contained in:
parent
98bdc51ed1
commit
486f8df418
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= bstack
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= luca.pizzamiglio@gmail.com
|
||||
|
|
@ -9,7 +10,7 @@ COMMENT= Debug tool that shows the stack trace of a running process
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= gdb:devel/gdb
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pizzamig
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue