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:
John Marino 2016-08-04 00:05:05 +00:00
parent 98bdc51ed1
commit 486f8df418

View file

@ -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