diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
| commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
| tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/sample | |
| parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
Notes
Diffstat (limited to 'sysutils/sample')
| -rw-r--r-- | sysutils/sample/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/sample/Makefile b/sysutils/sample/Makefile index d63d771f3280..4fb2c84ee72b 100644 --- a/sysutils/sample/Makefile +++ b/sysutils/sample/Makefile @@ -10,11 +10,11 @@ COMMENT= Examine periodic stack traces of all running processes LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \ - ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty \ - ${LOCALBASE}/lib/libxo.a:${PORTSDIR}/devel/libxo \ - ${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \ - ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python +BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/libbfd \ + ${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty \ + ${LOCALBASE}/lib/libxo.a:devel/libxo \ + ${LOCALBASE}/bin/cython:lang/cython \ + ${LOCALBASE}/bin/python:lang/python USE_GITHUB= yes GH_ACCOUNT= freenas |
